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