filetypes

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: May 21, 2019 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Health

type Health struct {
	Hosts []Host
}

Health represents the health JSON file

type Host

type Host struct {
	Units []Unit
}

Host represents the "host" object in the health JSON file

type MesosActor

type MesosActor struct {
	ID     string `json:"id"`
	Events []struct{}
}

MesosActor represents the structure of the __processess__ file.

type Unit

type Unit struct {
	ID     string `json:"id"`
	Health int
}

Unit represents the "unit" object in the health JSON file

type Version

type Version struct {
	Version string
}

Version represents the dcos-version JSON file

Jump to

Keyboard shortcuts

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