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 ( ArchAMD64 Architecture = "amd64" ArchARM64 Architecture = "arm64" )
Click to show internal directories.
Click to hide internal directories.