Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckComponent ¶
CheckComponent defines an interface implemented by checks
type Payload ¶
type Payload struct {
CheckName string
Message []model.MessageBody
}
Payload defines payload from the check
type ProvidesCheck ¶
type ProvidesCheck struct {
fx.Out
CheckComponent CheckComponent `group:"check"`
}
ProvidesCheck wraps a check implementation for consumption in components
type RTResponse ¶
type RTResponse []*model.CollectorStatus
Click to show internal directories.
Click to hide internal directories.