Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Host string `yaml:"CLICKHOUSE_HOST"` Port int `yaml:"CLICKHOUSE_TCP_PORT"` User string `yaml:"CLICKHOUSE_USER"` Password string `yaml:"CLICKHOUSE_PASSWORD"` Database string `yaml:"CLICKHOUSE_DATABASE"` RootCAs *x509.CertPool `yaml:"-"` }
Clickhouse is the configuration for connecting to a clickhouse database.
Click to show internal directories.
Click to hide internal directories.