Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string
Functions ¶
This section is empty.
Types ¶
type DatabaseConfig ¶
type DatabaseConfig struct {
MysqlCnf MysqlConfig `yaml:"mysql_cnf"`
}
type MysqlConfig ¶
type Server ¶
type Server struct { SqleCnf SqleConfig `yaml:"sqle_config"` DBCnf DatabaseConfig `yaml:"db_config"` }
type SqleConfig ¶
type SqleConfig struct { SqleServerPort int `yaml:"server_port"` EnableHttps bool `yaml:"enable_https"` CertFilePath string `yaml:"cert_file_path"` KeyFilePath string `yaml:"key_file_path"` AutoMigrateTable bool `yaml:"auto_migrate_table"` DebugLog bool `yaml:"debug_log"` LogPath string `yaml:"log_path"` PluginPath string `yaml:"plugin_path"` SecretKey string `yaml:"secret_key"` }
Click to show internal directories.
Click to hide internal directories.