Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
GetUsers(c echo.Context) error
CreateUser(c echo.Context) error
ChangeUserPassword(c echo.Context) error
ChangeUserEmail(c echo.Context) error
SetUserRoles(c echo.Context) error
SetUserProfile(c echo.Context) error
RemoveUsers(c echo.Context) error
SignoutUsers(c echo.Context) error
SuspendUsers(c echo.Context) error
UnsuspendUsers(c echo.Context) error
RemoveUnconfirmedUsers(c echo.Context) error
RemoveExpiredResetKeys(c echo.Context) error
}
func NewService ¶
func NewService(userCollection *mgo.Collection, jwtKey []byte) Service
Click to show internal directories.
Click to hide internal directories.