Documentation
¶
Overview ¶
Build-kind detection. This lives on the builder, not the control plane, because it is the only place the source actually exists: the plane never clones a repository (ADR-001 — no builds on the panel, and no repo credentials outside the agent).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder(engine EngineClient, workDir string) *Builder
Click to show internal directories.
Click to hide internal directories.