| 159 | var _ Event = &ErrorEvent{} |
| 160 | |
| 161 | type ErrorEvent struct { |
| 162 | Err error |
| 163 | Time time.Time |
| 164 | } |
| 165 | |
| 166 | func (e ErrorEvent) ID() string { return "" } |
| 167 | func (e ErrorEvent) UserID() int { return -1 } |
nothing calls this directly
no outgoing calls
no test coverage detected