package
Version:
v0.0.0-...-41184b9
Opens a new window with list of versions in this module.
Published: Jan 3, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ActiveMetricStat struct {
Gauge *Gauge `json:"Gauge"`
Trend *Trend `json:"Trend"`
Sparkline []*Point `json:"Sparkline"`
}
type Gauge struct {
Value *float64 `json:"value"`
}
type Point struct {
Value *float64 `json:"value"`
Time *string `json:"time"`
}
type Trend struct {
Value *float64 `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.