Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserManagerInterface ¶
type UserManagerInterface interface { AddUser(user *models.User) error FindAll(users *[]models.User) error // contains filtered or unexported methods }
var UserManager UserManagerInterface
Click to show internal directories.
Click to hide internal directories.