Documentation ¶
Index ¶
- type Platform
- func (javaPlatform *Platform) GetCodePath(path string) (rootpath string, packpath string, shouldclean bool, err error)
- func (javaPlatform *Platform) ValidateSpec(spec *pb.ChaincodeSpec) error
- func (javaPlatform *Platform) WriteDockerRunTime(spec *pb.ChaincodeSpec, tw *tar.Writer) (dockertemplate string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Platform ¶
type Platform struct { }
Platform for java chaincodes in java
func (*Platform) GetCodePath ¶
func (javaPlatform *Platform) GetCodePath(path string) (rootpath string, packpath string, shouldclean bool, err error)
WritePackage writes the java chaincode package
func (*Platform) ValidateSpec ¶
func (javaPlatform *Platform) ValidateSpec(spec *pb.ChaincodeSpec) error
ValidateSpec validates the java chaincode specs
func (*Platform) WriteDockerRunTime ¶
Click to show internal directories.
Click to hide internal directories.