-------------------------------------------------------------------
| 41 | // ------------------------------------------------------------------- |
| 42 | |
| 43 | type baseRecordEventData struct { |
| 44 | Record *Record |
| 45 | } |
| 46 | |
| 47 | func (e *baseRecordEventData) Tags() []string { |
| 48 | if e.Record == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected