Documentation ¶
Index ¶
- type Handler
- func (h *Handler) BidiHello(stream pb.HelloService_BidiHelloServer) error
- func (h *Handler) LotsOfGreetings(stream pb.HelloService_LotsOfGreetingsServer) error
- func (h *Handler) LotsOfReplies(in *pb.HelloRequest, stream pb.HelloService_LotsOfRepliesServer) error
- func (h *Handler) SayHello(ctx context.Context, in *pb.HelloRequest) (*pb.HelloResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct{}
func (*Handler) BidiHello ¶
func (h *Handler) BidiHello(stream pb.HelloService_BidiHelloServer) error
func (*Handler) LotsOfGreetings ¶
func (h *Handler) LotsOfGreetings(stream pb.HelloService_LotsOfGreetingsServer) error
func (*Handler) LotsOfReplies ¶
func (h *Handler) LotsOfReplies(in *pb.HelloRequest, stream pb.HelloService_LotsOfRepliesServer) error
func (*Handler) SayHello ¶
func (h *Handler) SayHello(ctx context.Context, in *pb.HelloRequest) (*pb.HelloResponse, error)
Click to show internal directories.
Click to hide internal directories.