Documentation ¶
Index ¶
- type Server
- func (s *Server) CreateUser(ctx context.Context, u *api.UserT) (*api.UidT, error)
- func (s *Server) DeleteUser(ctx context.Context, uid *api.UidT) (*api.Empty, error)
- func (s *Server) Ping(ctx context.Context, req *api.Request) (*api.Reply, error)
- func (s *Server) ReadUser(ctx context.Context, uid *api.UidT) (*api.UserT, error)
- func (s *Server) Start()
- func (s *Server) Stop()
- func (s *Server) UpdateUser(ctx context.Context, u *api.UserT) (*api.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server server struct.
func (*Server) CreateUser ¶ added in v1.3.0
CreateUser create user.
func (*Server) DeleteUser ¶ added in v1.3.0
DeleteUser delete user.
Click to show internal directories.
Click to hide internal directories.