Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidChecksum ¶
type InvalidChecksum struct {
Package string
}
invalid checksum (thrown if remote hash differs from repository hash)
func (InvalidChecksum) Error ¶
func (err InvalidChecksum) Error() string
type PackageNotFoundError ¶
type PackageNotFoundError struct {
Package string
}
func (PackageNotFoundError) Error ¶
func (err PackageNotFoundError) Error() string
type VersionNotFoundError ¶
func (VersionNotFoundError) Error ¶
func (err VersionNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.