env

package
v0.0.0-...-fe8a2dd Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 2 Imported by: 60

Documentation

Overview

Package env provides utility functions for using environment variables.

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