//
pkg.gl
Category
github.com/documize/community
core
environment
package
0.44.1
Repository:
https://github.com/documize/community.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
24
Files
89 SLOC
#
Functions
GetString
GetString sets-up the flag for later use, it must be called before ParseOK(), usually in an init().
Parse
Parse calls flag.Parse() then checks that the required environment variables are all set.
#
Constants
Prefix
Prefix provides the prefix for all Environment variables.
#
Type aliases
CallbackT
CallbackT is the type signature of the callback function of GetString().