package
0.0.0-20250101193500-7fbece6b3e25
Repository: https://github.com/ctheil/pmdb-api.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
type Token interface { IsValid() bool }
type Claims interface{}
type AccessToken struct { Token string Claims *services.UserClaims }.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
type OAuthUserData struct { Email string `json:"email"` Name string `json:"name"` Picture string `json:"picture"` }.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author