Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCoreConfig ¶ added in v0.2.0
func NewSDKConfig ¶ added in v0.2.0
Types ¶
type DBConfig ¶
func NewDBConfig ¶
func NewDBConfig() *DBConfig
type SecretConfig ¶
func NewSecretConfig ¶
func NewSecretConfig() *SecretConfig
type ServerConfig ¶ added in v0.2.0
type ServerConfig struct {
Port string `mapstructure:"port"`
Debug bool `mapstructure:"debug"`
Demo bool `mapstructure:"demo"`
Api bool `mapstructure:"api"`
}
func NewServerConfig ¶ added in v0.2.0
func NewServerConfig() *ServerConfig
Click to show internal directories.
Click to hide internal directories.