Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSessionPostgresqlRepository ¶
func NewSessionPostgresqlRepository(db *sql.DB) user.Repository
Types ¶
type PostgresqlRepository ¶
type PostgresqlRepository struct {
// contains filtered or unexported fields
}
func (*PostgresqlRepository) AddProfile ¶
func (r *PostgresqlRepository) AddProfile(newUser *models.AuthUser) (uint64, error)
func (*PostgresqlRepository) SelectUserByEmail ¶
func (r *PostgresqlRepository) SelectUserByEmail(email string) (*models.AuthUser, error)
Click to show internal directories.
Click to hide internal directories.