testenv

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnvOrDefault

func EnvOrDefault(key, def string) string

EnvOrDefault returns the value of the environment variable key, or def if unset or empty.

func EnvOrDefaultBool

func EnvOrDefaultBool(key string, def bool) bool

EnvOrDefaultBool returns the boolean value of the environment variable key, or def if unset, empty, or not parseable. Accepts "1", "t", "T", "TRUE", "true", "True" as true and "0", "f", "F", "FALSE", "false", "False" as false.

func EnvOrDefaultInt

func EnvOrDefaultInt(key string, def int) int

EnvOrDefaultInt returns the integer value of the environment variable key, or def if unset, empty, or not a valid integer.

Types

This section is empty.

Jump to

Keyboard shortcuts

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