MCPcopy Create free account
hub / github.com/AdRoll/baker / ClearFieldsConfig

Struct ClearFieldsConfig

filter/clear_fields.go:19–21  ·  view source on GitHub ↗

ClearFieldsConfig holds config parameters of the ClearFields filter.

Source from the content-addressed store, hash-verified

17
18// ClearFieldsConfig holds config parameters of the ClearFields filter.
19type 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.
24type ClearFields struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected