Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { // this will allow forward compatibility // but new function will always return error unless implemented in code tutorialproto.UnimplementedChatServiceServer }
func (*Server) TestHello ¶
func (s *Server) TestHello(ctx context.Context, in *tutorialproto.MessageReq) (*tutorialproto.MessageResp, error)
Click to show internal directories.
Click to hide internal directories.