Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Log logger.LogConfig `mapstructure:"log"` Syncer syncerConf `mapstructure:"syncer"` Service serveConfig `mapstructure:"service"` PGConnStr string `mapstructure:"pg_conn_str" default:"postgres://postgres@localhost:5432/entropy?sslmode=disable"` Telemetry telemetry.Config `mapstructure:"telemetry"` }
Config contains the application configuration.
Click to show internal directories.
Click to hide internal directories.