env

package
v0.0.49-alpha.30 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBool

func GetBool(key string, defaultValue bool) (bool, error)

GetBool returns the env variable (parsed as bool) for the given key and falls back to the given defaultValue if not set.

func GetFloat64

func GetFloat64(key string, defaultValue float64) (float64, error)

GetFloat64 returns the env variable (parsed as float64) for the given key and falls back to the given defaultValue if not set.

func GetInt

func GetInt(key string, defaultValue int) (int, error)

GetInt returns the env variable (parsed as integer) for the given key and falls back to the given defaultValue if not set.

func GetString

func GetString(key, defaultValue string) string

GetString returns the env variable for the given key and falls back to the given defaultValue if not set.

Types

This section is empty.

Jump to

Keyboard shortcuts

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