config

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fargate

type Fargate struct {
	Cluster        string
	Region         string
	Subnet         string
	SecurityGroup  string
	TaskDefinition string
	EnablePublicIP bool
}

type Global

type Global struct {
	LogLevel  string
	LogFile   string
	LogFormat string

	Fargate      Fargate
	TaskMetadata TaskMetadata
	SSH          SSH
}

func LoadFromFile

func LoadFromFile(file string) (Global, error)

type SSH

type SSH struct {
	Username       string
	Port           int
	PrivateKeyPath string
}

type TaskMetadata

type TaskMetadata struct {
	Directory string
}

Jump to

Keyboard shortcuts

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