Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Local local.Config `yaml:"local"` // Cache holds the configuration used for the ruler storage cache. Cache cache.BackendConfig `yaml:"cache"` }
Config configures a rule store.
func (*Config) RegisterFlags ¶
type TemplateStore ¶
type TemplateStore interface { provider.TemplateProvider SyncTemplates() ListAppTemplates() LoadTemplate(path string) error UnloadTemplate(path string) }
Click to show internal directories.
Click to hide internal directories.