Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + type Builder struct + func New(dryRunnable opctx.DryRunnable, fs opctx.FS, eventListener opctx.EventListener, ...) *Builder + func (b *Builder) BuildBinaryPackage(ctx context.Context, component components.Component, sourcePackagePath string, ...) (packagePaths []string, err error) + func (b *Builder) BuildSourcePackage(ctx context.Context, component components.Component, localRepoPaths []string, ...) (packagePath string, err error) + type ComponentBuilder interface + BuildBinaryPackage func(ctx context.Context, component components.Component, sourcePackagePath string, ...) (packagePaths []string, err error) + BuildSourcePackage func(ctx context.Context, component components.Component, localRepoPaths []string, ...) (packagePath string, err error)