 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  var SupportedPlatforms = []Platform{ &java.Platform{}, &golang.Platform{}, &node.Platform{}, }
SupportedPlatforms is the canonical list of platforms Fabric supports
Functions ¶
This section is empty.
Types ¶
type NormalizePather ¶
NormalizerPather is an optional interface that can be implemented by platforms to modify the path stored in the chaincde ID.
type Platform ¶
type Platform interface {
	Name() string
	ValidatePath(path string) error
	ValidateCodePackage(code []byte) error
	GetDeploymentPayload(path string) ([]byte, error)
}
    Interface for validating the specification and writing the package for the given platform
type Registry ¶
func NewRegistry ¶
func (*Registry) GetDeploymentPayload ¶
func (*Registry) NormalizePath ¶
func (*Registry) ValidateDeploymentSpec ¶
func (*Registry) ValidateSpec ¶
 Click to show internal directories. 
   Click to hide internal directories.