RenameFilter is a Caddy log field filter that renames the field's key with the indicated name.
| 845 | // RenameFilter is a Caddy log field filter that |
| 846 | // renames the field's key with the indicated name. |
| 847 | type RenameFilter struct { |
| 848 | Name string `json:"name,omitempty"` |
| 849 | } |
| 850 | |
| 851 | // CaddyModule returns the Caddy module information. |
| 852 | func (RenameFilter) CaddyModule() caddy.ModuleInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected