ClearFieldsConfig holds config parameters of the ClearFields filter.
| 17 | |
| 18 | // ClearFieldsConfig holds config parameters of the ClearFields filter. |
| 19 | type ClearFieldsConfig struct { |
| 20 | Fields []string `help:"set of fields to clear" required:"true"` |
| 21 | } |
| 22 | |
| 23 | // ClearFields filter clears (i.e set to the empty string) a set of fields. |
| 24 | type ClearFields struct { |
nothing calls this directly
no outgoing calls
no test coverage detected