Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWazeroFunctionRuntimeFactory ¶
func NewWazeroFunctionRuntimeFactory() api.FunctionRuntimeFactory
Types ¶
type WazeroFunctionRuntime ¶
type WazeroFunctionRuntime struct { api.FunctionRuntime // contains filtered or unexported fields }
func (*WazeroFunctionRuntime) Stop ¶
func (r *WazeroFunctionRuntime) Stop()
func (*WazeroFunctionRuntime) WaitForReady ¶
func (r *WazeroFunctionRuntime) WaitForReady() <-chan error
type WazeroFunctionRuntimeFactory ¶
type WazeroFunctionRuntimeFactory struct { }
func (*WazeroFunctionRuntimeFactory) NewFunctionRuntime ¶
func (f *WazeroFunctionRuntimeFactory) NewFunctionRuntime(instance api.FunctionInstance) (api.FunctionRuntime, error)
Click to show internal directories.
Click to hide internal directories.