Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
Auth - repo
func (*Auth) GetAccount ¶
type Authorization ¶
type Authorization interface { CreateAccount(account models.Account) (int, error) GetAccount(username, password string) (models.Account, error) GetAccountById(accountId int) (models.Account, error) }
Authorization - signup/signin
Click to show internal directories.
Click to hide internal directories.