Documentation ¶
Index ¶
Constants ¶
View Source
const PluginName = "informer"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Informer ¶
type Informer interface {
Workers() []worker.BaseProcess
}
Informer used to get workers from particular plugin or set of plugins
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) CollectTarget ¶
CollectTarget resettable service.
type WorkerList ¶
type WorkerList struct { // Workers is list of workers. Workers []tools.ProcessState `json:"workers"` }
WorkerList contains list of workers.
Click to show internal directories.
Click to hide internal directories.