Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRepository ¶
type AuthRepositoryDb ¶
type AuthRepositoryDb struct {
// contains filtered or unexported fields
}
func NewAuthRepository ¶
func NewAuthRepository(client sqlx.DB) AuthRepositoryDb
type Login ¶
type Login struct { UserName string `db:"username"` UserId sql.NullString `db:"customer_id"` Accounts sql.NullString `db:"account_numbers"` Role string `db:"role"` }
Click to show internal directories.
Click to hide internal directories.