package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jul 14, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Manifest struct {
Regions []Region `validate:"required" json:"Regions"`
ParallelDeployment bool `json:"ParallelDeployment"`
}
type Region struct {
Name string `validate:"required" json:"Name"`
Stacks []stack.Stack `validate:"required" json:"Stacks"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.