Documentation ¶
Index ¶
- type Platform
- func (goPlatform *Platform) GetCodePath(path string) (rootpath string, packpath string, shouldclean bool, err error)
- func (goPlatform *Platform) ValidateSpec(spec *pb.ChaincodeSpec) error
- func (goPlatform *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 chaincodes written in Go
func (*Platform) GetCodePath ¶
func (*Platform) ValidateSpec ¶
func (goPlatform *Platform) ValidateSpec(spec *pb.ChaincodeSpec) error
ValidateSpec validates Go chaincodes
func (*Platform) WriteDockerRunTime ¶
Click to show internal directories.
Click to hide internal directories.