Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Domain string `json:"domain,omitempty"`
Ingress string `json:"ingress,omitempty"`
}
Application defines the application specific information.
type InfraComponent ¶
type InfraComponent struct {
Type string `json:"type"`
URL string `json:"url,omitempty"`
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
}
InfraComponent defines the information of an infra component.
type Output ¶
type Output struct {
Application *Application `json:"application"`
Repository *Repository `json:"repository,omitempty"`
Infra []*InfraComponent `json:"infra,omitempty"`
}
Output defines the format of the output from `up` command.
type Repository ¶
type Repository struct {
Backend string `json:"backend,omitempty"`
Frontend string `json:"frontend,omitempty"`
Deploy string `json:"deploy,omitempty"`
}
Repository defines the repository specific information.
Click to show internal directories.
Click to hide internal directories.