envvar

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Env

type Env struct {
	Environment string `split_words:"true" required:"true"`
	GithubToken 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"`
	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