Documentation ¶
Index ¶
- func DownloadFile(ctx context.Context, url string, dest string, httpClient *http.Client, ...) error
- func DownloadFileToBytes(ctx context.Context, url string, httpClient *http.Client, ...) ([]byte, error)
- func ExtractTarballGz(file string, dst string) error
- func FileExists(name string) (bool, error)
- func GPGSign(dir, filename, signatureFile string, pgpPrivateKey []byte, detached bool) error
- func GPGVerify(dir, filename, checksumFilename string, pgpPublicKey []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadFile ¶
func DownloadFileToBytes ¶
func ExtractTarballGz ¶
func FileExists ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.