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

Struct StopMonitor

pkg/ipc/command/command.go:93–94  ·  view source on GitHub ↗

StopMonitor contains the stop monitor command fields

Source from the content-addressed store, hash-verified

91
92// StopMonitor contains the stop monitor command fields
93type StopMonitor struct {
94}
95
96// GetName returns the command message ID for the stop monitor command
97func (m *StopMonitor) GetName() MessageName {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected