MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / executor

Struct executor

utils/exec.go:92–92  ·  view source on GitHub ↗

Implements Interface in terms of really exec()ing.

Source from the content-addressed store, hash-verified

90
91// Implements Interface in terms of really exec()ing.
92type executor struct{}
93
94// New returns a new Interface which will os/exec to run commands.
95func New() Interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected