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 Metadata interface + Name func() string + Version func() string + type Plugin interface + ExecPostHook func(ctx ofctx.RuntimeContext, plugins map[string]Plugin) error + ExecPreHook func(ctx ofctx.RuntimeContext, plugins map[string]Plugin) error + Get func(fieldName string) (interface{}, bool) + Init func() Plugin