types

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployment added in v1.1.0

type Deployment struct {
	Summary      *Summary
	ApiEndpoints map[string]string `json:"apiEndpoints,omitempty"`
}

type Provider

type Provider interface {
	Up(log output.Progress) (*Deployment, error)
	Down(log output.Progress) (*Summary, error)
	List() (interface{}, error)
	Ask() (*stack.Config, error)
	SupportedRegions() []string
}

type ProviderOpts added in v1.4.0

type ProviderOpts struct {
	Force bool
}

type ResourceState added in v1.6.0

type ResourceState struct {
	OpType   string
	Errored  bool
	Messages []string
}

type Summary added in v1.6.0

type Summary struct {
	Resources map[string]*ResourceState
}

Jump to

Keyboard shortcuts

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