Documentation
¶
Index ¶
- func Create(githubId int64, username string, role int) (*types.User, error)
- func GetAll() (types.Users, error)
- func GetByGithubId(id int64) (*types.User, error)
- func GetById(id int) (*types.User, error)
- func GetByUsername(username string) (*types.User, error)
- func LoginAt(id int) error
- func Upsert(githubId int64, username string, role int) (*types.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.