Versions in this module Expand all Collapse all v0 v0.4.1 Dec 14, 2024 v0.4.0 Dec 10, 2024 Changes in this version + type DBSession struct + RememberTokenExpiresAt time.Time + RememberTokenHash string + UserUUID string + type Repository struct + func NewRepository(pool *pgxpool.Pool) *Repository + func (r *Repository) SessionAdd(sess session.Session) error + func (r *Repository) SessionGetByRememberTokenHash(hash string) (session.Session, error)