model

package
v0.0.0-...-41184b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveMetricStat

type ActiveMetricStat struct {
	Gauge     *Gauge   `json:"Gauge"`
	Trend     *Trend   `json:"Trend"`
	Sparkline []*Point `json:"Sparkline"`
}

type Gauge

type Gauge struct {
	Value *float64 `json:"value"`
}

type Point

type Point struct {
	Value *float64 `json:"value"`
	Time  *string  `json:"time"`
}

type Trend

type Trend struct {
	Value *float64 `json:"value"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL