Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClickHouse ¶
type ClickHouse struct { Username string `yaml:"username" json:"username"` Password string `yaml:"password" json:"password"` Dbname string `yaml:"dbname" json:"dbname"` Debug bool `yaml:"debug" json:"debug"` BlockSize int `yaml:"block_size" json:"block_size"` Compress int `yaml:"compress" json:"compress"` Timeout Timeout `yaml:"timeout" json:"timeout"` Cluster Cluster `yaml:"cluster" json:"cluster"` Server Addr `yaml:"server" json:"server"` ActiveMax int `yaml:"active_max" json:"active_max"` ConnectionMax int `yaml:"connection_max" json:"connection_max"` LifeTime int `yaml:"life_time" json:"life_time"` }
type Mysql ¶
type Mysql struct { Host string `yaml:"host" json:"host"` Port int `yaml:"port" json:"port"` Username string `yaml:"username" json:"username"` Password string `yaml:"password" json:"password"` Dbname string `yaml:"dbname" json:"dbname"` Charset string `yaml:"charset" json:"charset"` ActiveMax int `yaml:"active_max" json:"active_max"` ConnectionMax int `yaml:"connection_max" json:"connection_max"` LifeTime int `yaml:"life_time" json:"life_time"` Dev string `yaml:"dev" json:"dev"` }
Click to show internal directories.
Click to hide internal directories.