package
1.0.0
Repository: https://github.com/phanitejak/kptgolib.git
Documentation: pkg.go.dev

# Functions

SetEnv Sets necessary environment variables for the test function execution and cleans up afterwards Usage: cleanUpFunc := SetEnv(t, map[string]string{ "LOGGING_LEVEL": "debug", }) defer cleanUpFunc() ...