Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompileOptions ¶
type CompileReport ¶
func (CompileReport) Success ¶
func (r CompileReport) Success() bool
type Compiler ¶
type Compiler interface {
Name() string
Compile(ctx context.Context, options CompileOptions) (CompileReport, error)
CreateExecutable(ctx context.Context, binaryPath string) (Executable, error)
}
type Executable ¶
type ExecuteOptions ¶
type ExecuteReport ¶
func (ExecuteReport) Success ¶
func (r ExecuteReport) Success() bool
Click to show internal directories.
Click to hide internal directories.