envvar

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MustAws added in v0.1.1

func MustAws() aws.Config

func MustGithub added in v0.1.1

func MustGithub() string

Types

type Env

type Env struct {
	CloudformationParameters map[string]string `split_words:"true" required:"false"`
	CloudformationStack      string            `split_words:"true" required:"true"`
	CloudformationTags       map[string]string `split_words:"true" required:"false"`

	Environment   string `split_words:"true" required:"true"`
	GithubToken   string `split_words:"true" required:"true"`
	WebhookSecret string `split_words:"true" required:"true"`

	HttpHost string `split_words:"true" required:"true"`
	HttpPort string `split_words:"true" required:"true"`

	LogLevel      string `split_words:"true" required:"true"`
	ReleaseSource string `split_words:"true" required:"true"`
	S3Bucket      string `split_words:"true" required:"true"`

	RunServer bool `split_words:"true" required:"true"`
	RunWorker bool `split_words:"true" required:"true"`
}

func Load

func Load(pat string) Env

Jump to

Keyboard shortcuts

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