Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct {
// contains filtered or unexported fields
}
type ImageError ¶
type ImageError string
const ( ErrNoClient ImageError = "client may not be nil" ErrMissingImageID ImageError = "build complete, but the server did not send an image id" )
func (ImageError) Error ¶
func (e ImageError) Error() string
Click to show internal directories.
Click to hide internal directories.