to prevent external types from implementing this interface
()
| 120 | type Event interface { |
| 121 | usageEvent() // to prevent external types from implementing this interface |
| 122 | EventType() UsageEventType |
| 123 | Valid() error |
| 124 | Fields() map[string]any // fields to be marshaled and sent to tallyman/Metronome |
| 125 | } |
no outgoing calls