Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GreeterServiceDesc = grpc.ServiceDesc{ ServiceName: "example.proto.helloword.Greeter", HandlerType: (*helloword.GreeterServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "SayHello", Handler: _Greeter_SayHello_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "SayHelloStream", Handler: _Greeter_SayHelloStream_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "SayHelloClientStream", Handler: _Greeter_SayHelloClientStream_Handler, ClientStreams: true, }, { StreamName: "SayHelloServerStream", Handler: _Greeter_SayHelloServerStream_Handler, ServerStreams: true, }, }, Metadata: "helloword/helloworld.proto", }
Functions ¶
func NewGreeterClient ¶
func NewGreeterClient(cc grpc.ClientConnInterface) helloword.GreeterClient
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.