Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeptonComponentEvents ¶
type LeptonComponentInfo ¶
type LeptonComponentMetrics ¶
type LeptonComponentMetrics struct {
Component string `json:"component"`
Metrics []components.Metric `json:"metrics"`
}
type LeptonComponentStates ¶
type LeptonComponentStates struct {
Component string `json:"component"`
States []components.State `json:"states"`
}
type LeptonEvents ¶
type LeptonEvents []LeptonComponentEvents
type LeptonInfo ¶
type LeptonInfo []LeptonComponentInfo
type LeptonMetrics ¶
type LeptonMetrics []LeptonComponentMetrics
type LeptonStates ¶
type LeptonStates []LeptonComponentStates
Click to show internal directories.
Click to hide internal directories.