resource

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	Context map[string][]KeyValue `yaml:"context"`
}

Context struct

type KeyValue

type KeyValue struct {
	Key   string `yaml:"key"`
	Value string `yaml:"value"`
}

KeyValue struct for context

type Project

type Project struct {
	Name               string                          `yaml:"name"`
	Region             string                          `yaml:"region"`
	Profile            string                          `yaml:"profile"`
	AwsAccesKey        string                          `yaml:"aws_access_key"`
	AwsSecretAccessKey string                          `yaml:"aws_secret_acces_key"`
	TaskDefinition     ecs.RegisterTaskDefinitionInput `yaml:"taskdefinition"`
	Service            ecs.CreateServiceInput          `yaml:"service"`
	ServiceBehavior    string
	Client             *ecs.ECS
	SealPassword       string
}

Project ...

func (*Project) Run

func (p *Project) Run() error

Run project

Jump to

Keyboard shortcuts

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