package
0.0.0-20230301141914-8450a5290c6e
Repository: https://github.com/kodefluence/altair.git
Documentation: pkg.go.dev
# Functions
NewOauthAccessGrant create new OauthAccessGrant interface.
NewOauthAccessToken create new OauthAccessTokens struct.
NewOauthApplication create new OauthApplication struct with db.DB.
NewOauthRefreshToken create new OauthRefreshToken struct.
# Structs
OauthAccessGrant an interface to access oauth_access_grants table.
OauthAccessToken handle all database operation to oauth_access_tokens.
OauthApplication handle all database operation of `oauth_applications` table.
OauthRefreshToken is a connector to oauth_refresh_tokens table.