Documentation ¶
Index ¶
- type Users
- func (us *Users) Create(u *users.User) error
- func (us *Users) Delete(u *users.User) error
- func (us *Users) GetByEmail(email string) (*users.User, error)
- func (us *Users) GetByID(id string) (*users.User, error)
- func (us *Users) Update(u *users.User) error
- func (us *Users) UserList() ([]*users.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.