constants

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HELP string = `` /* 1567-byte string literal not displayed */

	INVALID_VERSION_FORMAT_ERROR string = "invalid version format"
	UNSUPPORTED_ARCH_ERROR       string = "unsupported CPU architecture"
	UNSUPPORTED_OS_ERROR         string = "unsupported operating system"

	// PolyNode's version.
	VERSION string = "v1.1.0"
)
View Source
const (
	NA_OS models.OperatingSystem = iota
	AIX
	LINUX
	MAC
	WINDOWS
)

NA is for Not Applicable.

View Source
const (
	NA_ARCH models.Architecture = iota
	ARM64
	PPC64
	X64
)

NA is for Not Applicable.

View Source
const (
	NA_COMM models.Command = iota
	ADD
	CURRENT
	INSTALL
	LIST
	REMOVE
	SEARCH
	TEMP
	USE
)

NA is for Not Applicable. We don't include the version command in this. The version command is handled in main(). We don't include the upgrade command in this either. It also gets handled in main().

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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