Documentation
¶
Index ¶
Constants ¶
View Source
const ( ChecksumTypeSha1 = "sha1" ChecksumTypeSha256 = "sha256" ChecksumTypeMd5 = "md5" ChecksumTypeNone = "none" )
Variables ¶
View Source
var ErrInvalidChecksumType = errors.New("invalid checksum type")
View Source
var ErrMismatchedChecksum = errors.New("mismatched checksums")
Functions ¶
This section is empty.
Types ¶
type ChecksumType ¶
type ChecksumType = string
type DownloadChecksums ¶
func DownloadWithChecksums ¶
Click to show internal directories.
Click to hide internal directories.