HostState

package
v19.10.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2019 License: Apache-2.0 Imports: 0 Imported by: 22

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Enum

type Enum int

Enum represents the state of an host

const (
	// STOPPED when host is stopped
	STOPPED Enum = iota
	// STARTING when host is starting
	STARTING
	// STARTED when host is started
	STARTED
	// STOPPING when host is stopping
	STOPPING
	// ERROR when host is in error state*/
	ERROR
)

Jump to

Keyboard shortcuts

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