-------------------------------------------------------------------
| 23 | // ------------------------------------------------------------------- |
| 24 | |
| 25 | type baseModelEventData struct { |
| 26 | Model Model |
| 27 | } |
| 28 | |
| 29 | func (e *baseModelEventData) Tags() []string { |
| 30 | if e.Model == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected