Documentation
¶
Index ¶
- type Server
- func (s *Server) Close(ctx context.Context) error
- func (s *Server) DeleteUser(ctx context.Context, in *gengo.UserIdentifier) (*emptypb.Empty, error)
- func (s *Server) GetUserInfo(ctx context.Context, in *gengo.UserIdentifier) (*gengo.User, error)
- func (s *Server) SendUserAction(ctx context.Context, in *gengo.Action) (*emptypb.Empty, error)
- func (s *Server) UpdateUser(ctx context.Context, in *gengo.User) (*emptypb.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
gengo.UnimplementedUserActionServer
}
func (*Server) DeleteUser ¶
func (*Server) GetUserInfo ¶
func (*Server) SendUserAction ¶
Click to show internal directories.
Click to hide internal directories.