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

Struct ConfigFilter

config.go:56–62  ·  view source on GitHub ↗

ConfigFilter specifies the configuration for a single filter component.

Source from the content-addressed store, hash-verified

54
55// ConfigFilter specifies the configuration for a single filter component.
56type ConfigFilter struct {
57 Name string
58 DecodedConfig interface{}
59
60 Config *toml.Primitive
61 desc *FilterDesc
62}
63
64// ConfigOutput specifies the configuration for the output component.
65type ConfigOutput struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected