Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
TestFlag bool `json:"TestFlag"`
ListenPort int `json:"ListenPort"`
Clickhouse string `json:"Clickhouse"`
Redis string `json:"Redis"`
FlushInterval int `json:"FlushInterval"`
FlushCount int `json:"FlushCount"`
TableRules struct {
Main TableRule `json:"main"`
Secondary []TableRule `json:"secondary"`
} `json:"TableRules"`
}
Click to show internal directories.
Click to hide internal directories.