Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCollector ¶
Types ¶
type MainCollector ¶
type MainCollector struct {
// contains filtered or unexported fields
}
MainCollector holds all registered collectors
func (*MainCollector) Collectors ¶
func (m *MainCollector) Collectors() map[string]Collector
Collectors returns the list of the registered Collectors.
func (*MainCollector) Configure ¶
func (m *MainCollector) Configure(approvalsManager approvals.Manager) (bool, error)
Configure - configure is used to register multiple notification senders
func (*MainCollector) UnregisterCollector ¶
func (m *MainCollector) UnregisterCollector(name string)
UnregisterCollector removes a Collector with a particular name from the list.
Click to show internal directories.
Click to hide internal directories.