Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildOutput ¶
BuildOutput represents the line of a Docker build command output.
func (*BuildOutput) HasError ¶
func (bo *BuildOutput) HasError() bool
HasError returns true if BuildOutput has an error.
func (*BuildOutput) LoadFromJSON ¶
func (bo *BuildOutput) LoadFromJSON(j string) error
LoadFromJSON loads the BuildOutput from a JSON string.
func (*BuildOutput) String ¶
func (bo *BuildOutput) String() string
type PushOutput ¶
PushOutput represents the line of a Docker push command output.
func (*PushOutput) HasError ¶
func (bp *PushOutput) HasError() bool
HasError returns true if PushOutput has an error.
func (*PushOutput) LoadFromJSON ¶
func (bp *PushOutput) LoadFromJSON(j string) error
LoadFromJSON loads the PushOutput from a JSON string.
func (*PushOutput) String ¶
func (bp *PushOutput) String() string
Click to show internal directories.
Click to hide internal directories.