Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildOutput ¶
type BuildOutput struct {
Stream string `json:"stream"`
}
BuildOutput : represents build output from a build stream
func ProcessOutput ¶
func ProcessOutput(data []byte) *BuildOutput
ProcessOutput : gets output values from a build stream
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client ...
func (*Client) BuildImage ¶
func (c *Client) BuildImage(name, path string) (io.ReadCloser, error)
BuildImage ...
Click to show internal directories.
Click to hide internal directories.