package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev
# Constants
Auth handler - reject or forward proposals from clients.
Decoration handler - append or mutate the chaincode input passed to the chaincode.
# Structs
Config configures the factory methods and plugins for the registry.
HandlerConfig defines configuration for a plugin or compiled handler.
HandlerLibrary is used to assert how to create the various handlers.
# Interfaces
Registry defines an object that looks up handlers by name.
# Type aliases
HandlerType defines custom handlers that can filter and mutate objects passing within the peer.
PluginMapping stores a map between chaincode id to plugin config.