Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilUserRepo = errors.New("User repository can not be nil")
Functions ¶
This section is empty.
Types ¶
type UserService ¶
type UserService struct {
// contains filtered or unexported fields
}
func NewUserService ¶
func NewUserService(repo *repository.UserRepository, st settings.Settings) (*UserService, error)
func (*UserService) GetUserList ¶
func (f *UserService) GetUserList(c *gin.Context, isAdmin bool)
Click to show internal directories.
Click to hide internal directories.