package
module
Version:
v1.0.30
Opens a new window with list of versions in this module.
Published: Apr 14, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Database string `json:"database" yaml:"database"`
Schema string `json:"schema" yaml:"schema"`
Table string `json:"table" yaml:"table"`
}
type TokenRow struct {
Id string `col:"ID,pk" json:"ID,pk"`
UserId string `col:"USER_ID" json:"USER_ID"`
ExpireAT time.Time `col:"EXPIRE_AT" json:"EXPIRE_AT"`
Token string `col:"TOKEN" json:"TOKEN"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.