Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChecksumMismatchError ¶
type ChecksumMismatchError struct { HashFunc string `json:"hash_func"` Platform string `json:"platform"` }
func (*ChecksumMismatchError) Error ¶
func (r *ChecksumMismatchError) Error() string
type NoCompilerSelected ¶
type NoCompilerSelected struct{}
func (*NoCompilerSelected) Error ¶
func (r *NoCompilerSelected) Error() string
type NotInstalledError ¶
type NotInstalledError struct {
Version string `json:"version"`
}
func (*NotInstalledError) Error ¶
func (r *NotInstalledError) Error() string
type UnexpectedStatusCode ¶
func (*UnexpectedStatusCode) Error ¶
func (r *UnexpectedStatusCode) Error() string
type UnknownVersionError ¶
type UnknownVersionError struct {
Version string `json:"version"`
}
func (*UnknownVersionError) Error ¶
func (r *UnknownVersionError) Error() string
type UnsupportedPlatformError ¶
type UnsupportedPlatformError struct {
Platform string `json:"platform"`
}
func (*UnsupportedPlatformError) Error ¶
func (r *UnsupportedPlatformError) Error() string
Click to show internal directories.
Click to hide internal directories.