Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
type
EnvBucket
struct
{
15
Items
map
[string]string
16
}
17
18
func
NewEnvBucket() EnvBucket {
19
return
EnvBucket{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected