Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildOptions ¶
type BuildResult ¶
type BuildResult struct {
Compiled CompiledResult
Errors []error
}
func (*BuildResult) HasOutput ¶
func (br *BuildResult) HasOutput() bool
type CompiledResult ¶
type WorkflowBuilder ¶
type WorkflowBuilder interface {
Build() BuildResult
}
func NewWorkflowBuilder ¶
func NewWorkflowBuilder(options BuildOptions) WorkflowBuilder
Click to show internal directories.
Click to hide internal directories.