package
Version:
v2.0.16
Opens a new window with list of versions in this module.
Published: Jul 10, 2024
License: MIT
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
¶
View Source
const (
DefaultAccessTokenTTL = 15
DefaultRefreshTokenTTL = 24 * 60 * 30
)
type APP struct {
Debug string `yaml:"debug,omitempty"`
LogDir string `yaml:"log_dir"`
}
type AUTH struct {
Key string `yaml:"key"`
AccessTokenTTL float64 `yaml:"access_token_ttl,omitempty"`
RefreshTokenTTL float64 `yaml:"refresh_token_ttl,omitempty"`
}
type HTTP struct {
Host string `yaml:"host,omitempty"`
Port string `yaml:"port"`
}
type Redis struct {
Address []string `yaml:"address"`
Username string `yaml:"username"`
Password string `yaml:"password"`
ClusterMode bool `yaml:"cluster_mode"`
DB int `yaml:"storage"`
MaxRetry int `yaml:"max_retry"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.