ErrorCode

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: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	StringMap = map[string]Enum{
		"DockerComposeConfig":    DockerComposeConfig,
		"DockerComposeExecution": DockerComposeExecution,
		"SystemUpdate":           SystemUpdate,
		"ToolsInstall":           ToolsInstall,
	}
)

Functions

This section is empty.

Types

type Enum

type Enum int
const (
	DockerComposeConfig Enum
	DockerComposeExecution
	SystemUpdate
	ToolsInstall

	//NextErrorCode is the next error code usable
	NextErrorCode
)

func Parse

func Parse(v string) (Enum, error)

Parse returns a Enum corresponding to the string parameter If the string doesn't correspond to any Enum, returns an error (nil otherwise) This function is intended to be used to parse user input.

func (Enum) String

func (e Enum) String() string

String returns a string representation of an Enum

Jump to

Keyboard shortcuts

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