package
Version:
v0.0.0-...-5a53ebd
Opens a new window with list of versions in this module.
Published: Sep 15, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func MustEnv[T any](key string, fallback T) T
MustEnv returns the value of the environment variable or panics if the variable is not set or if the type is unsupported.
func Set(key string, value interface{})
type ConfigMap map[string]interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.