Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetUsersRepository ¶
func SetUsersRepository(ur *UsersRepository)
Types ¶
type UsersRepository ¶
func NewUsersRepository ¶
func NewUsersRepository(db *sql.DB) *UsersRepository
func (*UsersRepository) GetAll ¶
func (u *UsersRepository) GetAll() error
func (*UsersRepository) GetUserByName ¶
func (u *UsersRepository) GetUserByName(username string) (models.User, bool)
Click to show internal directories.
Click to hide internal directories.