Documentation ¶
Index ¶
- Variables
- type Builder
- func (b *Builder) AllowConcurrentBuilds() bool
- func (b *Builder) Build(ctx *context.Context, build config.Build, options api.Options) error
- func (b *Builder) Dependencies() []string
- func (b *Builder) Parse(target string) (api.Target, error)
- func (b *Builder) Prepare(ctx *context.Context, build config.Build) error
- func (b *Builder) WithDefaults(build config.Build) (config.Build, error)
- type Target
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = &Builder{}
Default builder instance.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct{}
Builder is golang builder.
func (*Builder) AllowConcurrentBuilds ¶
AllowConcurrentBuilds implements build.ConcurrentBuilder.
func (*Builder) Dependencies ¶
Dependencies implements build.DependingBuilder.
Click to show internal directories.
Click to hide internal directories.