Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
UserService service.UserService `autowired:"true"`
}
Server is used to implement helloworld.GreeterServer.
func (*Server) SayHello ¶
func (s *Server) SayHello(ctx context.Context, in *helloworldpb.HelloRequest) (*helloworldpb.HelloReply, error)
SayHello implements helloworld.GreeterServer
Click to show internal directories.
Click to hide internal directories.