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