Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIConfig ¶
type APIConfig struct {
// contains filtered or unexported fields
}
func GetAPIConfig ¶
func GetAPIConfig() *APIConfig
func NewAPIConfig ¶
func NewAPIConfig() *APIConfig
type AUTHConfig ¶
type AUTHConfig struct {
// contains filtered or unexported fields
}
func GetAUTHConfig ¶
func GetAUTHConfig() *AUTHConfig
func NewAUTHConfig ¶
func NewAUTHConfig() *AUTHConfig
func (*AUTHConfig) Load ¶
func (c *AUTHConfig) Load()
func (*AUTHConfig) RefreshTokenDuration ¶
func (c *AUTHConfig) RefreshTokenDuration() int
func (*AUTHConfig) TokenDuration ¶
func (c *AUTHConfig) TokenDuration() int
type DBConfig ¶
type DBConfig struct { Host string Port int User string Password string Database string // contains filtered or unexported fields }
func GetDBConfig ¶
func GetDBConfig() *DBConfig
func NewDBConfig ¶
func NewDBConfig() *DBConfig
func (*DBConfig) GetConnectionString ¶
type MQTTConfig ¶
func GetMQTTConfig ¶
func GetMQTTConfig() *MQTTConfig
func NewMQTTConfig ¶
func NewMQTTConfig() *MQTTConfig
func (*MQTTConfig) Load ¶
func (c *MQTTConfig) Load()
type NTFYConfig ¶
func GetNTFYConfig ¶
func GetNTFYConfig() *NTFYConfig
func NewNTFYConfig ¶
func NewNTFYConfig() *NTFYConfig
func (*NTFYConfig) Load ¶
func (c *NTFYConfig) Load()
Click to show internal directories.
Click to hide internal directories.