Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2017 Changes in this version + type Platform struct + func (carPlatform *Platform) GenerateDockerBuild(cds *pb.ChaincodeDeploymentSpec, tw *tar.Writer) error + func (carPlatform *Platform) GenerateDockerfile(cds *pb.ChaincodeDeploymentSpec) (string, error) + func (carPlatform *Platform) GetDeploymentPayload(spec *pb.ChaincodeSpec) ([]byte, error) + func (carPlatform *Platform) ValidateDeploymentSpec(cds *pb.ChaincodeDeploymentSpec) error + func (carPlatform *Platform) ValidateSpec(spec *pb.ChaincodeSpec) error