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

Struct localCommandHook

pkg/devspace/hook/local_command.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type localCommandHook struct {
32 Stdout io.Writer
33 Stderr io.Writer
34}
35
36var EnvironmentVariableRegEx = regexp.MustCompile(`^[A-Za-z0-9_]+$`)
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected