Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
func CreateOrInstallGoBuilder ¶
func CreateOrInstallGoBuilder(ctx context.Context, hooks *InstallHooks) (Builder, error)
type CompileOpts ¶
type Compiler ¶
type Compiler interface {
Compile(ctx context.Context, b []byte, opts CompileOpts) (Plugin, error)
}
func NewWazeroCompiler ¶
type InstallHooks ¶
type InstallHooks struct {
OnDownload func()
OnDownloadComplete func()
}
type Interpreter ¶
type Interpreter interface {
WriteFile(ctx *Context, req *v1alpha1.WriteFileRequest) (*v1alpha1.WriteFileResponse, error)
}
Click to show internal directories.
Click to hide internal directories.