mirror of https://github.com/grpc/grpc-go.git
reflection: regenerate pb.go file after typo fix (#2002)
The typo in proto file was fixed, but not pg.go file. This was causing failures in travis cron tests.
This commit is contained in:
parent
5d8897144f
commit
6e5192d28c
|
@ -281,8 +281,8 @@ func (m *ExtensionRequest) GetExtensionNumber() int32 {
|
||||||
type ServerReflectionResponse struct {
|
type ServerReflectionResponse struct {
|
||||||
ValidHost string `protobuf:"bytes,1,opt,name=valid_host,json=validHost" json:"valid_host,omitempty"`
|
ValidHost string `protobuf:"bytes,1,opt,name=valid_host,json=validHost" json:"valid_host,omitempty"`
|
||||||
OriginalRequest *ServerReflectionRequest `protobuf:"bytes,2,opt,name=original_request,json=originalRequest" json:"original_request,omitempty"`
|
OriginalRequest *ServerReflectionRequest `protobuf:"bytes,2,opt,name=original_request,json=originalRequest" json:"original_request,omitempty"`
|
||||||
// The server set one of the following fields according to the message_request
|
// The server sets one of the following fields according to the
|
||||||
// in the request.
|
// message_request in the request.
|
||||||
//
|
//
|
||||||
// Types that are valid to be assigned to MessageResponse:
|
// Types that are valid to be assigned to MessageResponse:
|
||||||
// *ServerReflectionResponse_FileDescriptorResponse
|
// *ServerReflectionResponse_FileDescriptorResponse
|
||||||
|
|
Loading…
Reference in New Issue