Documentation ¶
Index ¶
Constants ¶
View Source
const ( Sha512 int = 128 Sha384 int = 96 Sha256 int = 64 Sha224 int = 56 Sha1 int = 40 Md5 int = 32 Empty int = 0 Invalid int = -1 )
View Source
const ( Command string = "command" OpenRC string = "openrc" )
Variables ¶
This section is empty.
Functions ¶
func GetHashType ¶
Types ¶
type Binary ¶
type Binary struct { Downloadable `yaml:",inline"` Name string `yaml:"name"` Format string `yaml:"format"` Mode os.FileMode `yaml:"mode"` }
func (*Binary) GetBinaryPath ¶
func (*Binary) GetDownloadPath ¶
type Downloadable ¶
type File ¶
Click to show internal directories.
Click to hide internal directories.