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

Struct EnvBucket

gateway/types/readconfig_test.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type EnvBucket struct {
15 Items map[string]string
16}
17
18func NewEnvBucket() EnvBucket {
19 return EnvBucket{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected