Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserService ¶
type UserServiceImpl ¶
type UserServiceImpl struct {
// contains filtered or unexported fields
}
func (*UserServiceImpl) AddUser ¶
func (s *UserServiceImpl) AddUser(id string, user *entity.User) (err error)
func (*UserServiceImpl) DeleteUser ¶
func (s *UserServiceImpl) DeleteUser(id string) (err error)
Click to show internal directories.
Click to hide internal directories.