builder

package
v0.1.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildOptions

type BuildOptions struct {
	WorkingFolder string
	EntryPoint    string
}

type BuildResult

type BuildResult struct {
	Compiled CompiledResult
	Errors   []error
}

func (*BuildResult) HasOutput

func (br *BuildResult) HasOutput() bool

type CompiledResult

type CompiledResult struct {
	Source []byte
	Path   string
	Hash   string
}

type WorkflowBuilder

type WorkflowBuilder interface {
	Build() BuildResult
}

func NewWorkflowBuilder

func NewWorkflowBuilder(options BuildOptions) WorkflowBuilder

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL