ConfigCSV defines configuration for CSV records
| 93 | |
| 94 | // ConfigCSV defines configuration for CSV records |
| 95 | type 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. |
| 101 | type ConfigGeneral struct { |
nothing calls this directly
no outgoing calls
no test coverage detected