interfaces

package
v1.3.1-0...-2eb6d4b Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// StatusCodeExitNormal exit code for normal case
	StatusCodeExitNormal = 0
	// StatusCodeNoOptionSelected exit code for missing options case
	StatusCodeNoOptionSelected = 1
	// StatusCodeExitWithError is exit code for error case
	StatusCodeExitWithError = 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	Execute() (statusCode int, err error)
	GetCommandName() string
}

Command implement the Command pattern

Jump to

Keyboard shortcuts

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