Documentation ¶
Index ¶
- type Runtime
- func (m *Runtime) Call(ctx context.Context, name string, wasm []byte, args ...string) error
- func (m *Runtime) Close(ctx context.Context) error
- func (m *Runtime) Init(ctx context.Context) error
- func (m *Runtime) WithComponent(cv ocm.ComponentVersionAccess) *Runtime
- func (m *Runtime) WithDir(path string) *Runtime
- func (m *Runtime) WithLogger(l *slog.Logger) *Runtime
- func (m *Runtime) WithObject(obj *v1alpha1.ResourcePipeline) *Runtime
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
func (*Runtime) WithComponent ¶
func (m *Runtime) WithComponent(cv ocm.ComponentVersionAccess) *Runtime
func (*Runtime) WithObject ¶
func (m *Runtime) WithObject(obj *v1alpha1.ResourcePipeline) *Runtime
Click to show internal directories.
Click to hide internal directories.