Documentation
¶
Index ¶
- Constants
- func Connect() (*sqlx.DB, error)
- func ConnectionTest() error
- func CreateEmailToken(db *sqlx.DB, userID uuid.UUID) (uuid.UUID, error)
- func CreatePassword(db *sqlx.DB, userID uuid.UUID, password string) error
- func CreateUser(db *sqlx.DB, email, username string) (uuid.UUID, error)
- func GetConnectionString() string
- func VerifyEmailToken(db *sqlx.DB, token uuid.UUID) error
Constants ¶
View Source
const (
DBURIENV = "MYFURSONA_DB_URI"
)
Variables ¶
This section is empty.
Functions ¶
func ConnectionTest ¶
func ConnectionTest() error
func GetConnectionString ¶
func GetConnectionString() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.