package
2.0.0-beta+incompatible
Repository: https://github.com/ibm/fabric.git
Documentation: pkg.go.dev
# Packages
Code generated by counterfeiter.
# Functions
No description provided by the author
NewStore creates a new chaincode persistence store using the provided path on the filesystem.
# Constants
CodePackageFile is the expected location of the code package in the top level of the chaincode package.
MetadataFile is the expected location of the metadata json document in the top level of the chaincode package.
# Variables
LabelRegexp is the regular expression controlling the allowed characters for the package label.
# Structs
ChaincodePackage represents the un-tar-ed format of the chaincode package.
No description provided by the author
ChaincodePackageMetadata contains the information necessary to understand the embedded code package.
ChaincodePackageParser provides the ability to parse chaincode packages.
No description provided by the author
CodePackageNotFoundErr is the error returned when a code package cannot be found in the persistence store.
No description provided by the author
FilesystemIO is the production implementation of the IOWriter interface.
Store holds the information needed for persisting a chaincode install package.
No description provided by the author
# Interfaces
IOReadWriter defines the interface needed for reading, writing, removing, and checking for existence of a specified file.
No description provided by the author
MetadataProvider provides the means to retrieve metadata information (for instance the DB indexes) from a code package.