Versions in this module Expand all Collapse all v1 v1.4.6 May 20, 2020 Changes in this version + type Config struct + AuthFilters []*HandlerConfig + Decorators []*HandlerConfig + Endorsers PluginMapping + Validators PluginMapping + type HandlerConfig struct + Library string + Name string + type HandlerLibrary struct + func (r *HandlerLibrary) DefaultAuth() auth.Filter + func (r *HandlerLibrary) DefaultDecorator() decoration.Decorator + func (r *HandlerLibrary) DefaultEndorsement() endorsement.PluginFactory + func (r *HandlerLibrary) DefaultValidation() validation.PluginFactory + func (r *HandlerLibrary) ExpirationCheck() auth.Filter + type HandlerType int + const Auth + const Decoration + const Endorsement + const Validation + type PluginMapping map[string]*HandlerConfig + type Registry interface + Lookup func(HandlerType) interface{} + func InitRegistry(c Config) Registry