Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExporterImage = "image" ExporterLocal = "local" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Solve ¶
func (c *Client) Solve(ctx context.Context, def *llb.Definition, opt SolveOpt, statusChan chan *SolveStatus) error
Solve calls Solve on the controller. def must be nil if (and only if) opt.Frontend is set.
type DiskUsageInfo ¶
type DiskUsageInfo struct {
Filter string
}
type DiskUsageOption ¶
type DiskUsageOption func(*DiskUsageInfo)
func WithFilter ¶
func WithFilter(f string) DiskUsageOption
type SolveStatus ¶
type SolveStatus struct { Vertexes []*Vertex Statuses []*VertexStatus Logs []*VertexLog }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.