Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClickHouse ¶
type Config ¶
type Config struct { Common Common `toml:"common"` ClickHouse ClickHouse `toml:"clickhouse"` Logging Logging `toml:"logging"` Rollup *rollup.Rollup `toml:"-"` }
Config ...
type Duration ¶
Duration wrapper time.Duration for TOML
func (*Duration) MarshalText ¶
MarshalText encode text with TOML format
func (*Duration) UnmarshalText ¶
UnmarshalText from TOML
Click to show internal directories.
Click to hide internal directories.