Versions in this module Expand all Collapse all v0 v0.0.1 Aug 13, 2024 Changes in this version + type AuthRepository struct + func NewAuth() *AuthRepository + func (r *AuthRepository) CreateUser(tx *sqlx.Tx, user auth.User) error + func (r *AuthRepository) FindPassword(tx *sqlx.Tx, name string) (string, error)