Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Waiting state. Waiting = iota // Running state. Running )
Variables ¶
View Source
var ErrWrongState = errors.New("Can not take the operation in the current state")
ErrWrongState var.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent struct.
func (*Agent) EventProcessGroutine ¶
func (a *Agent) EventProcessGroutine()
EventProcessGroutine func.
func (*Agent) RegisterCollector ¶
RegisterCollector func.
type CollectionError ¶
type CollectionError struct {
CollectionErrors []error
}
CollectionError struct.
func (CollectionError) Error ¶
func (ce CollectionError) Error() string
Click to show internal directories.
Click to hide internal directories.