package
2.0.0-alpha+incompatible
Repository: https://github.com/hyperledger-gerrit-archive/fabric.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
Code generated by counterfeiter.
No description provided by the author

# Functions

GetChaincodePackageBytes creates bytes for docker container generation using the supplied chaincode specification.
NewVMController creates a new instance of VMController.

# Structs

PlatformBuilder implements the Build interface using the platforms package GenerateDockerBuild function.
StartContainerReq - properties for starting a container.
StopContainerReq - properties for stopping a container.
VMController - manages VMs .
WaitContainerReq provides the chaincode ID of the container to wait on and a callback to call upon chaincode termination.

# Interfaces

No description provided by the author
VM is an abstract virtual image for supporting arbitrary virual machines.
VMCReq - all requests should implement this interface.The context should be passed and tested at each layer till we stopnote that we'd stop on the first method on the stack that does nottake context.
No description provided by the author

# Type aliases

ExitedFunc is the prototype for the function called when a container exits.