StopMonitor contains the stop monitor command fields
| 91 | |
| 92 | // StopMonitor contains the stop monitor command fields |
| 93 | type StopMonitor struct { |
| 94 | } |
| 95 | |
| 96 | // GetName returns the command message ID for the stop monitor command |
| 97 | func (m *StopMonitor) GetName() MessageName { |
nothing calls this directly
no outgoing calls
no test coverage detected