Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffHist ¶
type DiffHist struct { *IntHist // contains filtered or unexported fields }
func NewDiffHist ¶
type FloatHist ¶
type FloatHist struct { Val float64 // most current data point Data []float64 // historical data points Labels []string }
func NewFloatHist ¶
type IO ¶
type IO struct { *ui.Sparklines // contains filtered or unexported fields }
type IntHist ¶
type IntHist struct { Val int // most current data point Data []int // historical data points Labels []string }
func NewIntHist ¶
type LogLines ¶
type LogLines struct {
// contains filtered or unexported fields
}
func NewLogLines ¶
type Mem ¶
type Net ¶
type Net struct { *ui.Sparklines // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.