Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PluginCreators = map[string]Creator{}
Functions ¶
func MayApplyPartials ¶
Types ¶
type IApplyPartials ¶
type IApplyPartials interface {
ApplyPartials() error
}
type Instance ¶
type Instance interface {
GetLabels() map[string]string
GetInterval() config.Duration
GetAlerting() config.Alerting
}
func MayGetInstances ¶
type InstancesGetter ¶
type InstancesGetter interface {
GetInstances() []Instance
}
Click to show internal directories.
Click to hide internal directories.