Stats implements baker.Filter.
()
| 41 | |
| 42 | // Stats implements baker.Filter. |
| 43 | func (f *Timestamp) Stats() baker.FilterStats { |
| 44 | return baker.FilterStats{} |
| 45 | } |
| 46 | |
| 47 | // Process implements baker.Filter. |
| 48 | func (f *Timestamp) Process(l baker.Record, next func(baker.Record)) { |
nothing calls this directly
no outgoing calls
no test coverage detected