pkg

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Consume

func Consume(ch <-chan string, wg *sync.WaitGroup, stackname, operation string)

func Remove

func Remove(s []string, r string) []string

Types

type Config

type Config struct {
	Stacks []struct {
		ID        string        `json:"id"`
		Name      []string      `json:"name"`
		Dependson []interface{} `json:"dependson"`
		Complete  string
	} `json:"stacks"`
}

type Deployer

type Deployer struct {
	// contains filtered or unexported fields
}

func Initialize

func Initialize(ctx context.Context, stacks, toolkit, argsFile, prefix *string) (*Deployer, error)

func (*Deployer) Deploy

func (r *Deployer) Deploy()

func (*Deployer) Destroy

func (r *Deployer) Destroy()

type Processing

type Processing struct {
	// contains filtered or unexported fields
}

type Stackgroup

type Stackgroup struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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