app

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

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