Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthPostgres ¶
type AuthPostgres struct {
// contains filtered or unexported fields
}
func NewAuthPostgres ¶
func NewAuthPostgres(db *sqlx.DB) *AuthPostgres
func (*AuthPostgres) CreateUser ¶
func (r *AuthPostgres) CreateUser(user models.User) (int, error)
type Authorization ¶
type Repository ¶
type Repository struct { Authorization Asset Saving }
func NewRepository ¶
func NewRepository(db *sqlx.DB) *Repository
Click to show internal directories.
Click to hide internal directories.