caddyconfig: Minor internal and godoc tweaks

This commit is contained in:
Matthew Holt 2020-05-29 11:49:21 -06:00
parent 9415feca7c
commit 6c051cd27d
4 changed files with 11 additions and 14 deletions

View file

@ -27,9 +27,7 @@ func init() {
}
// LogFieldFilter can filter (or manipulate)
// a field in a log entry. If delete is true,
// out will be ignored and the field will be
// removed from the output.
// a field in a log entry.
type LogFieldFilter interface {
Filter(zapcore.Field) zapcore.Field
}