Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GreeterServer ¶
type GreeterServer struct {
proto.UnimplementedGreeterServer
}
func (*GreeterServer) Greeting ¶
func (s *GreeterServer) Greeting(ctx context.Context, request *proto.GreetingRequest) (*proto.GreetingResponse, error)
type StreamerServer ¶
type StreamerServer struct {
proto.UnimplementedStreamerServer
}
func (*StreamerServer) StartStream ¶
func (s *StreamerServer) StartStream(request *proto.StreamRequest, server proto.Streamer_StartStreamServer) error
Click to show internal directories.
Click to hide internal directories.