MCPcopy Index your code
hub / github.com/devspace-sh/devspace / envVariable

Struct envVariable

pkg/devspace/config/loader/variable/env_variable.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type envVariable struct {
19 name string
20}
21
22func (e *envVariable) Load(ctx context.Context, definition *latest.Variable) (interface{}, error) {
23 // Check environment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected