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 PackageWriter ¶
type PackageWriterWrapper ¶
type Platform ¶
type Platform interface {
Name() string
}
Interface for validating the specification and writing the package for the given platform
type Registry ¶
type Registry struct { Platforms map[string]Platform PackageWriter PackageWriter }
func NewRegistry ¶
Click to show internal directories.
Click to hide internal directories.