MCPcopy
hub / github.com/slimtoolkit/slim / executionStub

Struct executionStub

pkg/test/stub/sensor/execution/execution.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type executionStub struct {
12 commands chan command.Message
13}
14
15var _ execution.Interface = &executionStub{}
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected