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.
Click to show internal directories.
Click to hide internal directories.