From 213359baed1d79baae584faee2f389b3986d104c Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Wed, 15 Apr 2020 13:22:32 +0300 Subject: [PATCH] vendor proto files from google (#1536) Signed-off-by: Vasiliy Tolstov --- proto/test.pb.micro.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/test.pb.micro.go b/proto/test.pb.micro.go index 46c7644..0139530 100644 --- a/proto/test.pb.micro.go +++ b/proto/test.pb.micro.go @@ -42,6 +42,7 @@ func NewTestEndpoints() []*api.Endpoint { Name: "Test.Call", Path: []string{"/api/v0/test/call/{uuid}"}, Method: []string{"POST"}, + Body: "*", Handler: "rpc", }, } @@ -93,6 +94,7 @@ func RegisterTestHandler(s server.Server, hdlr TestHandler, opts ...server.Handl Name: "Test.Call", Path: []string{"/api/v0/test/call/{uuid}"}, Method: []string{"POST"}, + Body: "*", Handler: "rpc", })) return s.Handle(s.NewHandler(&Test{h}, opts...))