vendor: upgrade grpc-gateway to v1.2.0

This commit is contained in:
Anthony Romano
2017-04-07 16:36:14 -07:00
parent c0560be98a
commit 2769cae6bd
7 changed files with 177 additions and 23 deletions

View File

@ -21,7 +21,7 @@ type op struct {
operand int
}
// Pattern is a template pattern of http request paths defined in third_party/googleapis/google/api/http.proto.
// Pattern is a template pattern of http request paths defined in github.com/googleapis/googleapis/google/api/http.proto.
type Pattern struct {
// ops is a list of operations
ops []op