Documentation ¶ Index ¶ type AcquiredBuilder type Builder func NewBuilder(token string, buildID string, platform string) *Builder func (b *Builder) Acquire(l progress.Logger) (*AcquiredBuilder, error) func (b *Builder) ReportHealth(ctx context.Context) 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 { Addr string ServerName 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(token string, buildID string, 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(ctx context.Context) error Source Files ¶ View all Source files builder.go Click to show internal directories. Click to hide internal directories.