# Functions
BoolRef returns the reference to a boolean.
Build builds a chaincode on Kubernetes.
Detect detects if the provided chaincode source is buildable on Kubernetes.
GetMountDir returns the mount directory for the chaincode depending on the platform.
GetPlatform returns the chaincode platform as defined by HyperLedger Fabric Peer.
GetRunArgs returns the chaincode run arguments as defined by HyperLedger Fabric Peer.
Release copies the META-INF data from the chaincode source to the release directory on the peer.
Run implements the chaincode launcher on Kubernetes whose function is implemented after https://github.com/hyperledger/fabric/blob/v2.1.1/integration/externalbuilders/golang/bin/run.
No description provided by the author
# Structs
BuildInformation is used to serialize build data for consumption by the launcher.
ChaincodeMetadata is based on https://github.com/hyperledger/fabric/blob/v2.0.1/core/chaincode/persistence/chaincode_package.go#L226.
ChaincodeRunConfig is based on https://github.com/hyperledger/fabric/blob/v2.1.1/core/container/externalbuilder/externalbuilder.go#L335.
Config defines the configuration for the Kubernetes chaincode builder and launcher.
No description provided by the author
# Type aliases
Procedure implements a Hyperledger Fabric externalbuilders command.