Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrOsNotSupported = errors.New("OS not supported") ErrArchitectureNotSupported = errors.New("Architecture not supported") )
Functions ¶
This section is empty.
Types ¶
type Architecture ¶
type Architecture string
const ( ARCH_AMD64 Architecture = "amd64" ARCH_ARM64 Architecture = "arm64" )
Click to show internal directories.
Click to hide internal directories.