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

Struct ClearFields

filter/clear_fields.go:24–26  ·  view source on GitHub ↗

ClearFields filter clears (i.e set to the empty string) a set of fields.

Source from the content-addressed store, hash-verified

22
23// ClearFields filter clears (i.e set to the empty string) a set of fields.
24type ClearFields struct {
25 fields []baker.FieldIndex
26}
27
28// NewClearFields returns a ClearFields filter.
29func NewClearFields(cfg baker.FilterParams) (baker.Filter, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected