Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFoo = errors.New("error foo")
ErrFoo ...
StatusFoo ...
Functions ¶
This section is empty.
Types ¶
type FooServer ¶
type FooServer struct {
testproto.UnimplementedGreeterServiceServer
// contains filtered or unexported fields
}
FooServer ...
func (*FooServer) SayHello ¶
func (s *FooServer) SayHello(ctx context.Context, in *testproto.SayHelloRequest) (out *testproto.SayHelloResponse, err error)
SayHello ...
Click to show internal directories.
Click to hide internal directories.