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

Interface Message

pkg/ipc/command/command.go:37–39  ·  view source on GitHub ↗

Message represents the message interface

Source from the content-addressed store, hash-verified

35
36// Message represents the message interface
37type Message interface {
38 GetName() MessageName
39}
40
41// StartMonitor contains the start monitor command fields
42type StartMonitor struct {

Callers 3

runMethod · 0.65
runMonitorMethod · 0.65
EncodeFunction · 0.65

Implementers 3

StartMonitorpkg/ipc/command/command.go
StopMonitorpkg/ipc/command/command.go
ShutdownSensorpkg/ipc/command/command.go

Calls

no outgoing calls

Tested by

no test coverage detected