manifest

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manifest

type Manifest struct {
	Regions            []Region `validate:"required" json:"Regions"`
	ParallelDeployment bool     `json:"ParallelDeployment"`
}

func (*Manifest) Parse

func (manifest *Manifest) Parse(file string) error

type Region

type Region struct {
	Name   string        `validate:"required" json:"Name"`
	Stacks []stack.Stack `validate:"required" json:"Stacks"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL