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

Struct ConfigGeneral

config.go:101–104  ·  view source on GitHub ↗

A ConfigGeneral specifies general configuration for the whole topology.

Source from the content-addressed store, hash-verified

99
100// A ConfigGeneral specifies general configuration for the whole topology.
101type ConfigGeneral struct {
102 // DontValidateFields reports whether records validation is skipped (by not calling Components.Validate)
103 DontValidateFields bool `toml:"dont_validate_fields"`
104}
105
106// ConfigMetrics holds metrics configuration.
107type ConfigMetrics struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected