enumeration

package
v0.0.0-...-67b74e3 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DisplayLocation

type DisplayLocation int
const (
	Top    DisplayLocation = 0
	Bottom DisplayLocation = 1
	Left   DisplayLocation = 2
	Right  DisplayLocation = 3
)

func (DisplayLocation) String

func (displayLocation DisplayLocation) String() string

type MessageType

type MessageType int
const (
	Information MessageType = 0
	Warning     MessageType = 1
	Error       MessageType = 2
	Success     MessageType = 3
)

func (MessageType) String

func (messageType MessageType) String() string

type ValidationState

type ValidationState int
const (
	Valid                ValidationState = 0
	NotAcceptable        ValidationState = 1
	PreconditionRequired ValidationState = 2
	AlreadyExists        ValidationState = 3
	NotFound             ValidationState = 4
	Unprocessable        ValidationState = 5
)

Jump to

Keyboard shortcuts

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