MCPcopy
hub / github.com/caddyserver/caddy / DeleteFilter

Struct DeleteFilter

modules/logging/filters.go:55–55  ·  view source on GitHub ↗

DeleteFilter is a Caddy log field filter that deletes the field.

Source from the content-addressed store, hash-verified

53// DeleteFilter is a Caddy log field filter that
54// deletes the field.
55type DeleteFilter struct{}
56
57// CaddyModule returns the Caddy module information.
58func (DeleteFilter) CaddyModule() caddy.ModuleInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected