Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfYaml ¶
type ConfYaml struct { Logger logger.LoggerSection `yaml:"logger"` Query query.SeriesQuerySection `yaml:"query"` Redis redi.RedisSection `yaml:"redis"` Strategy stra.StrategySection `yaml:"strategy"` Identity identity.IdentitySection `yaml:"identity"` Report report.ReportSection `yaml:"report"` NodataConcurrency int `yaml:"nodataConcurrency"` }
var (
Config *ConfYaml
)
Click to show internal directories.
Click to hide internal directories.