Decode transforms a monitor event into a hubble event.
(monitorEvent *observerTypes.MonitorEvent)
| 31 | type Decoder interface { |
| 32 | // Decode transforms a monitor event into a hubble event. |
| 33 | Decode(monitorEvent *observerTypes.MonitorEvent) (*v1.Event, error) |
| 34 | } |
| 35 | |
| 36 | // Parser for all flows |
no outgoing calls