MCPcopy
hub / github.com/openfaas/faas / OsEnv

Struct OsEnv

gateway/types/readconfig.go:17–18  ·  view source on GitHub ↗

OsEnv implements interface to wrap os.Getenv

Source from the content-addressed store, hash-verified

15
16// OsEnv implements interface to wrap os.Getenv
17type OsEnv struct {
18}
19
20// Getenv wraps os.Getenv
21func (OsEnv) Getenv(key string) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected