osenv

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: UPL-1.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetEnvFunc = os.Getenv

Functions

This section is empty.

Types

type EnvVarDesc

type EnvVarDesc struct {
	Key        string
	DefaultVal string
	Required   bool
}

type Environment

type Environment interface {
	LoadFromEnv(cc []EnvVarDesc) error
	GetEnv(string) string
}

func NewEnv

func NewEnv() Environment

Jump to

Keyboard shortcuts

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