Simplified event system - event types are now just strings in the Event.Event field EventType represents the type of telemetry event
| 18 | |
| 19 | // EventType represents the type of telemetry event |
| 20 | type EventType string |
| 21 | |
| 22 | const ( |
| 23 | EventTypeCommand EventType = "command" |