Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //Repo -- repo holds the registered sku interfaces Repo = make(map[string]TileGenerator) )
Functions ¶
func GetRegistry ¶
func GetRegistry() map[string]TileGenerator
GetRegistry -- gets the map of all registered Sku interface objects
func Register ¶
func Register(name string, tile TileGenerator)
Register -- add a Sku interface object to the Repo
Types ¶
type TileGenerator ¶
TileGenerator - interface for a tile creating object
type TileSpec ¶ added in v1.1.10
type TileSpec struct { OpsManagerHost string AdminUser string AdminPass string OpsManagerUser string OpsManagerPass string OpsManagerPassphrase string ArchiveDirectory string CryptKey string ClearBoshManifest bool PluginArgs string }
TileSpec -- defines what a tile would need to be initialized
Click to show internal directories.
Click to hide internal directories.