package
Version:
v0.0.11
Opens a new window with list of versions in this module.
Published: Oct 8, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Metadata struct {
Version string `yaml:"compatibility_version"`
Message string `yaml:"splash_message"`
DeploymentName string `yaml:"deployment_name"`
DefaultMemory int `yaml:"default_memory"`
Services []provision.Service `yaml:"services"`
Versions []Version `yaml:"versions"`
}
type Version struct {
Name string `yaml:"name"`
Value string `yaml:"version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.