package
0.0.0-20241218132241-2c733ab1e50d
Repository: https://github.com/8thgencore/passfort.git
Documentation: pkg.go.dev
# Functions
NewCollectionRepository creates a new user repository instance.
NewSecretRepository creates a new user repository instance.
NewUserRepository creates a new user repository instance.
NullString converts a string to sql.NullString for empty string check.
# Structs
*
* CollectionRepository implements postgres.CollectionRepository interface
* and provides access to the PostgreSQL database
*/.
*
* SecretRepository implements postgres.SecretRepository interface
* and provides access to the PostgreSQL database
*/.
*
* UserRepository implements postgres.UserRepository interface
* and provides an access to the postgres database
*/.