env

package
v0.10.3 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2020 License: GPL-3.0, MIT Imports: 1 Imported by: 0

Documentation

Overview

Package env provides some convenience functions to get configuration values from the environment.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(envvar string) string

Get returns an environment variable. It just calls os.Getenv.

func GetBool

func GetBool(envvar string) bool

GetBool tries to parse an environment variable into a boolean.

func GetBoolDefault

func GetBoolDefault(envvar string, def bool) bool

GetBoolDefault tries to parse an enviroment variable into a boolean, returning a default boolean if not set.

func GetDefault

func GetDefault(envvar, def string) string

GetDefault returns an environment variable, returning a default string 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