Versions in this module Expand all Collapse all v1 v1.4.3 Sep 12, 2021 Changes in this version + const Namespace + func LoadModifiers(path, pattern string, rmf RegisterModifierFunc) (int, error) + func LoadModifiersWithLogger(path, pattern string, rmf RegisterModifierFunc, logger logging.Logger) (int, error) + func RegisterModifier(name string, ...) + type LoggerRegisterer interface + RegisterLogger func(interface{}) + type ModifierFactory func(map[string]interface{}) func(interface{}) (interface{}, error) + func GetRequestModifier(name string) (ModifierFactory, bool) + func GetResponseModifier(name string) (ModifierFactory, bool) + type Plugin interface + Lookup func(name string) (plugin.Symbol, error) + type RegisterModifierFunc func(name string, ...) + type Registerer interface + RegisterModifiers func(func(name string, ...))