model

package
v0.0.0-...-a2a58e3 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2017 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Disk

type Disk struct {
	Name  string `json:"name"`
	Total string `json:"total"`
	Used  string `json:"used"`
	Free  string `json:"free"`
}

type Health

type Health struct {
	Memory    Memory     `json:"memory"`
	Disks     []Disk     `json:"disks"`
	Processor *Processor `json:"processor"`
}

type Memory

type Memory struct {
	Total string `json:"total"`
	Used  string `json:"used"`
	Free  string `json:"free"`
}

type Processor

type Processor struct {
	Total string `json:"total"`
}

Jump to

Keyboard shortcuts

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