Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + type Config struct + AuthFilters []*HandlerConfig + Decorators []*HandlerConfig + Endorsers PluginMapping + Validators PluginMapping + func LoadConfig() (Config, error) + 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 Other modules containing this package github.com/waszqt/fabric