Documentation ¶ Index ¶ type AcquiredBuilder type Builder func NewBuilder(depot *api.Depot, buildID, platform string) *Builder func (b *Builder) Acquire(l progress.Logger) (*AcquiredBuilder, error) func (b *Builder) ReportHealth(status string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AcquiredBuilder ¶ added in v0.1.4 type AcquiredBuilder struct { Version string Addr string AccessToken string CACert string Cert string Key string } type Builder ¶ type Builder struct { BuildID string Platform string // contains filtered or unexported fields } func NewBuilder ¶ func NewBuilder(depot *api.Depot, buildID, platform string) *Builder func (*Builder) Acquire ¶ func (b *Builder) Acquire(l progress.Logger) (*AcquiredBuilder, error) func (*Builder) ReportHealth ¶ added in v0.1.4 func (b *Builder) ReportHealth(status string) error Source Files ¶ View all Source files builder.go proxy.go Click to show internal directories. Click to hide internal directories.