DeleteFilter is a Caddy log field filter that deletes the field.
| 53 | // DeleteFilter is a Caddy log field filter that |
| 54 | // deletes the field. |
| 55 | type DeleteFilter struct{} |
| 56 | |
| 57 | // CaddyModule returns the Caddy module information. |
| 58 | func (DeleteFilter) CaddyModule() caddy.ModuleInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected