Event sum type - all possible events in the system line examples/04_pattern_matching//event_handler.dingo:17:1
| 16 | // |
| 17 | //line examples/04_pattern_matching//event_handler.dingo:17:1 |
| 18 | type Event interface{ isEvent() } |
| 19 | |
| 20 | type EventUserCreated struct { |
| 21 | userID int |
nothing calls this directly
no outgoing calls
no test coverage detected