Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleService ¶
type ExampleService struct {
examplepb.UnimplementedExampleHelloServiceServer
}
func NewExampleService ¶
func NewExampleService() *ExampleService
func (*ExampleService) SayHello ¶
func (es *ExampleService) SayHello(ctx context.Context, in *examplepb.HelloRequest) (*examplepb.HelloResponse, error)
type TestService ¶
type TestService struct {
testpb.UnimplementedExampleHelloServiceServer
}
func NewTestService ¶
func NewTestService() *TestService
func (*TestService) SayHello ¶
func (es *TestService) SayHello(ctx context.Context, in *testpb.HelloRequest) (*testpb.HelloResponse, error)
Click to show internal directories.
Click to hide internal directories.