Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserService ¶
type UserService struct { service.DefaultUserService // contains filtered or unexported fields }
func NewUserService ¶
func NewUserService(repo *repo.DBUserRepository) *UserService
func (*UserService) ChangePassword ¶
func (s *UserService) ChangePassword(username, oldPassword, newPassword string) error
func (*UserService) SearchUsers ¶
func (s *UserService) SearchUsers(filters *models.Expression, skip, take int) ([]model.IUser, error)
Click to show internal directories.
Click to hide internal directories.