loadenv

package
v1.14.10 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2026 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package loadenv provides easy access to env variables from .env file. Also, loadenv provides option to pass default environments to use, if searched variable will not be found.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEnv

func GetEnv(key, defaultVal string) string

GetEnv is a helper function to read an environment or return a default value.

func GetEnvAsBool

func GetEnvAsBool(name string, defaultVal bool) bool

GetEnvAsBool is a helper to read an environment variable into a bool or return default value.

func GetEnvAsInt

func GetEnvAsInt(name string, defaultVal int) int

GetEnvAsInt is a helper function to read an environment variable into integer or return a default value.

func GetEnvAsSlice

func GetEnvAsSlice(name string, defaultVal []string, separator string) []string

GetEnvAsSlice is a helper to read an environment variable into a string slice or return default value.

func Init added in v1.12.0

func Init(paths ...string)

Init подразумевает явный вызов и инициализацию переменных с указанным путем перед поулчением переменных окружения.

func IsStringIsValidSlice

func IsStringIsValidSlice(str, separator string) bool

IsStringIsValidSlice is a helper to check, if string is a valid slice to convert it into []string. Can also be used outside loadenv package for other cases.

Types

This section is empty.

Jump to

Keyboard shortcuts

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