package
0.0.0-20240810175236-332ce6e1e724
Repository: https://github.com/simpleauthlink/authapi.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Variables
ErrAppNotFound error is returned when the desired app is not found in the database.
ErrCloseConn error is returned when the database connection can't be closed.
ErrDelApp error is returned when something fails deleting a app from the database.
ErrDelSecret error is returned when something fails deleting a secret from the database.
ErrDelToken error is returned when something fails deleting a token from the database.
ErrGetApp error is returned when something fails getting a app from the database.
ErrGetToken error is returned when something fails getting a token from the database.
ErrInvalidConfig error is returned when the provided database configuration is missing or invalid.
ErrOpenConn error is returned when the database connection can't be opened with the provided configuration.
ErrSetApp error is returned when something fails storing a app in the database.
ErrSecretNotFound error is returned when the desired secret is not found in the database.
ErrSetToken error is returned when something fails storing a token in the database.
ErrTokenNotFound error is returned when the desired token is not found in the database.
# Structs
App struct represents the application information that is stored in the database.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
Token type represents the token that is stored in the database.