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 + func NewFramework() (*functionsFrameworkImpl, error) + type Framework interface + GetRuntime func() runtime.Interface + Register func(ctx context.Context, fn interface{}) error + RegisterPlugins func(customPlugins map[string]plugin.Plugin) + Start func(ctx context.Context) error