starterapp

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run()

Types

type Config

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

type ServiceConfig

type ServiceConfig struct {
	Filepath       string // must be filled if New=true
	Name           string // service's name
	TaskDefinition string // task definition (containers)
}

type TargetGroupConfig

type TargetGroupConfig struct {
	New      bool   // must create a target group if it's true
	Filepath string // must be filled if New=true
	Arn      string // target group's arn
	Name     string // target group's name
}

func (TargetGroupConfig) IsComplete

func (tgc TargetGroupConfig) IsComplete() bool

func (TargetGroupConfig) IsNew

func (tgc TargetGroupConfig) IsNew() bool

Jump to

Keyboard shortcuts

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