feat: support google.api.http in gateway (#2161)

This commit is contained in:
Kevin Wan
2022-07-17 14:57:25 +08:00
committed by GitHub
parent 4324ddc024
commit 0dd2768d09
4 changed files with 94 additions and 10 deletions

View File

@@ -31,6 +31,8 @@ type (
Grpc zrpc.RpcClientConf
// ProtoSet is the file of proto set, like hello.pb
ProtoSet string `json:",optional"`
Mapping []mapping
// Mapping is the mapping between gateway routes and upstream rpc methods.
// Keep it blank if annotations are added in rpc methods.
Mapping []mapping `json:",optional"`
}
)