Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthConfig struct {
AccessSecret string
}
func LoadAuthConfig ¶
func LoadAuthConfig() AuthConfig
type Config ¶
type Config struct { Auth AuthConfig DB DBConfig HTTP HTTPConfig }
type DBConfig ¶
type DBConfig struct { Driver string User string Password string Name string Host string Port string }
func LoadDBConfig ¶
func LoadDBConfig() DBConfig
type HTTPConfig ¶
func LoadHTTPConfig ¶
func LoadHTTPConfig() HTTPConfig
Click to show internal directories.
Click to hide internal directories.