Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager( ctx context.Context, wg *sync.WaitGroup, do *domain.Domain, varSubscriber pdvariable.Subscriber, topoSubscriber topology.Subscriber, cfgSubscriber config.Subscriber, subscribeController SubscribeController, ) *Manager
type ScraperFactory ¶
type SubscribeController ¶
type SubscribeController interface { ScraperFactory Name() string IsEnabled() bool UpdatePDVariable(pdvariable.PDVariable) UpdateConfig(config.Config) UpdateTopology([]topology.Component) NewHTTPClient() *http.Client }
type Subscriber ¶
type Subscriber struct {
// contains filtered or unexported fields
}
func NewSubscriber ¶
func NewSubscriber( do *domain.Domain, topoSubscriber topology.Subscriber, varSubscriber pdvariable.Subscriber, cfgSubscriber config.Subscriber, subscribeController SubscribeController, ) *Subscriber
func (*Subscriber) Close ¶
func (s *Subscriber) Close()
Click to show internal directories.
Click to hide internal directories.