MCPcopy
hub / github.com/cilium/cilium / LocalExecutor

Struct LocalExecutor

test/helpers/local_node.go:48–52  ·  view source on GitHub ↗

LocalExecutor executes commands, implements Executor interface

Source from the content-addressed store, hash-verified

46
47// LocalExecutor executes commands, implements Executor interface
48type LocalExecutor struct {
49 env []string
50 logger *logrus.Entry
51 basePath string
52}
53
54// CreateLocalExecutor returns a local executor
55func CreateLocalExecutor(env []string) *LocalExecutor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected