Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Project ¶
type Project struct {
Directory dir.Directory
Name string `yaml:"name"`
Description string `yaml:"description"`
Products map[string]products.ProductConfig `yaml:"products"`
Network ProjectNetwork `yaml:"network"`
}
Project holds project-related configuration information.
type ProjectNetwork ¶ added in v1.3.0
ProjectNetwork is a representation of a "network" entity within the deployment platform.
Click to show internal directories.
Click to hide internal directories.