Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
pgbase.Repository
}
func NewRepository ¶
func NewRepository(pool *pgxpool.Pool) *Repository
func (*Repository) SessionAdd ¶
func (r *Repository) SessionAdd(sess session.Session) error
func (*Repository) SessionGetByRememberTokenHash ¶
func (r *Repository) SessionGetByRememberTokenHash(hash string) (session.Session, error)
Click to show internal directories.
Click to hide internal directories.