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

Struct ConfigFilterChain

config.go:47–53  ·  view source on GitHub ↗

ConfigFilterChain specifies the configuration for the whole fitler chain.

Source from the content-addressed store, hash-verified

45
46// ConfigFilterChain specifies the configuration for the whole fitler chain.
47type ConfigFilterChain struct {
48 // Procs specifies the number of baker filters running concurrently.
49 // When set to a value greater than 1, filtering may be faster but
50 // record ordering is not guaranteed anymore.
51 // The default value is 16
52 Procs int
53}
54
55// ConfigFilter specifies the configuration for a single filter component.
56type ConfigFilter struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected