Documentation ¶
Index ¶
- type Server
- func (srv *Server) CreateUser(c context.Context, u *api.UserT) (*api.UidT, error)
- func (srv *Server) DeleteUser(c context.Context, uid *api.UidT) (*api.Empty, error)
- func (srv *Server) Ping(c context.Context, req *api.Request) (*api.Reply, error)
- func (srv *Server) ReadUser(c context.Context, uid *api.UidT) (*api.UserT, error)
- func (s *Server) Start()
- func (srv *Server) Stop()
- func (srv *Server) UpdateUser(c 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
}
func (*Server) CreateUser ¶ added in v1.3.0
createUser
func (*Server) DeleteUser ¶ added in v1.3.0
deleteUser
Click to show internal directories.
Click to hide internal directories.