package
Version:
v0.0.0-...-bc034c2
Opens a new window with list of versions in this module.
Published: May 22, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Authenticated interface {
GetID() int64
GetName() string
}
type Claims struct {
UserID int64 `json:"user_id"`
UserName string `json:"user_name"`
jwt.RegisteredClaims
}
type Credentials struct {
Username string `json:"username"`
Password string `json:"password"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.