status

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintTable

func PrintTable(ctx CLIContext)

PrintTable will print a formatted table of the status Info's stored on the CLIContext.

Types

type CLIContext

type CLIContext struct {
	Statuses []Info
}

CLIContext is a helper to be used as the CmdContext for status CLI workflows

type Info

type Info struct {
	Name    string
	Ok      ShortMsg
	Details string
}

Info holds status information

type ShortMsg

type ShortMsg string

ShortMsg is just a status string wrapper

const (
	OK    ShortMsg = "OK"
	NotOK ShortMsg = "ERROR"
)

Define some common statuses

Jump to

Keyboard shortcuts

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