mirror of https://github.com/grpc/grpc-go.git
Update generated files in reflection
This commit is contained in:
parent
c26f2fb8f2
commit
29175df6c2
|
@ -544,7 +544,7 @@ var _ grpc.ClientConn
|
|||
|
||||
// This is a compile-time assertion to ensure that this generated file
|
||||
// is compatible with the grpc package it is being compiled against.
|
||||
const _ = grpc.SupportPackageIsVersion2
|
||||
const _ = grpc.SupportPackageIsVersion3
|
||||
|
||||
// Client API for ServerReflection service
|
||||
|
||||
|
@ -643,6 +643,7 @@ var _ServerReflection_serviceDesc = grpc.ServiceDesc{
|
|||
ClientStreams: true,
|
||||
},
|
||||
},
|
||||
Metadata: fileDescriptor0,
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("reflection.proto", fileDescriptor0) }
|
||||
|
|
|
@ -66,7 +66,7 @@ var _ grpc.ClientConn
|
|||
|
||||
// This is a compile-time assertion to ensure that this generated file
|
||||
// is compatible with the grpc package it is being compiled against.
|
||||
const _ = grpc.SupportPackageIsVersion2
|
||||
const _ = grpc.SupportPackageIsVersion3
|
||||
|
||||
// Client API for SearchService service
|
||||
|
||||
|
@ -195,6 +195,7 @@ var _SearchService_serviceDesc = grpc.ServiceDesc{
|
|||
ClientStreams: true,
|
||||
},
|
||||
},
|
||||
Metadata: fileDescriptor2,
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("test.proto", fileDescriptor2) }
|
||||
|
|
Loading…
Reference in New Issue