Documentation ¶
Overview ¶
Package builder parses build graphs and coordinates builds
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostProcessor ¶
type PostProcessor struct {
// contains filtered or unexported fields
}
func New ¶
func New(ws workspace.Workspace, l label.Label) PostProcessor
New returns a new PostProcessor
func (*PostProcessor) ProcessDependencies ¶
func (pp *PostProcessor) ProcessDependencies(t build.Rule) error
ProcessDependencies takes relative dependency paths and turns then in to absolute paths.
Click to show internal directories.
Click to hide internal directories.