Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClickHouse ¶
type ClickHouse struct { Host string `yaml:"host"` Port int `yaml:"port"` Username string `yaml:"username"` Password string `yaml:"password"` Database string `yaml:"database"` }
func (*ClickHouse) Options ¶
func (c *ClickHouse) Options() *clickhouse.Options
type Config ¶
type Config struct { Server *Server `yaml:"server"` Postgres *Postgres `yaml:"postgres"` Redis *Redis `yaml:"redis"` ClickHouse *ClickHouse `yaml:"clickhouse"` Jwt *Jwt `yaml:"jwt"` // contains filtered or unexported fields }
type Postgres ¶
Click to show internal directories.
Click to hide internal directories.