Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server ServerConfig `json:"server" yaml:"server" toml:"server"` Metrics MetricsConfig `json:"metrics" yaml:"metrics" toml:"metrics"` Database DatabaseConfig `json:"database" yaml:"database" toml:"database"` }
type DatabaseConfig ¶
type DatabaseConfig struct { Driver string `json:"driver" yaml:"driver" toml:"driver"` Postgres *database.PostgresConfig `json:"postgres" yaml:"postgres" toml:"postgres"` }
type MetricsConfig ¶
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.