Versions in this module Expand all Collapse all v1 v1.0.2 Apr 7, 2022 v1.0.1 Apr 7, 2022 Changes in this version + type Interface interface + GetHandler func() interface{} + Name func() ofctx.Runtime + RegisterCloudEventFunction func(ctx context.Context, funcContex ofctx.RuntimeContext, ...) error + RegisterHTTPFunction func(ctx ofctx.RuntimeContext, prePlugins []plugin.Plugin, ...) error + RegisterOpenFunction func(ctx ofctx.RuntimeContext, prePlugins []plugin.Plugin, ...) error + Start func(ctx context.Context) error + type RuntimeManager struct + FuncContext ofctx.RuntimeContext + FuncOut ofctx.Out + func NewRuntimeManager(funcContext ofctx.RuntimeContext, prePlugin []plugin.Plugin, ...) *RuntimeManager + func (rm *RuntimeManager) FunctionRunWrapperWithHooks(fn interface{}) + func (rm *RuntimeManager) ProcessPostHooks() + func (rm *RuntimeManager) ProcessPreHooks()