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

Method State

pkg/app/sensor/execution/interface.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8type Interface interface {
9 State() string
10 Commands() <-chan command.Message
11 PubEvent(etype event.Type, data ...interface{})
12 Close()

Callers 15

runMethod · 0.65
RunContainerMethod · 0.65
exitIPCPortConflictMethod · 0.65
exitIPCPortConflictMethod · 0.65
EnsureLocalBinaryFunction · 0.65
StartMethod · 0.65
probeAPISpecEndpointsMethod · 0.65
GetHTTPProbeOptionsFunction · 0.65
OnPushCommandFunction · 0.65
OnServerCommandFunction · 0.65
OnPullCommandFunction · 0.65

Implementers 1

executionStubpkg/test/stub/sensor/execution/executi

Calls

no outgoing calls

Tested by

no test coverage detected