Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GreeterHandler ¶
type GreeterHandler struct {
greeterpb.UnimplementedGreeterServiceServer
}
func NewGreeterHandler ¶
func NewGreeterHandler() *GreeterHandler
func (*GreeterHandler) SayHello ¶
func (h *GreeterHandler) SayHello(ctx context.Context, req *greeterpb.HelloRequest) (*greeterpb.HelloResponse, error)
Click to show internal directories.
Click to hide internal directories.