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

Struct ConfigCSV

config.go:95–98  ·  view source on GitHub ↗

ConfigCSV defines configuration for CSV records

Source from the content-addressed store, hash-verified

93
94// ConfigCSV defines configuration for CSV records
95type ConfigCSV struct {
96 // FieldSeparator defines the fields separator used in the records
97 FieldSeparator string `toml:"field_separator"`
98}
99
100// A ConfigGeneral specifies general configuration for the whole topology.
101type ConfigGeneral struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected