A ConfigUser defines a user-specific configuration entry.
| 87 | |
| 88 | // A ConfigUser defines a user-specific configuration entry. |
| 89 | type ConfigUser struct { |
| 90 | Name string |
| 91 | Config *toml.Primitive |
| 92 | } |
| 93 | |
| 94 | // ConfigCSV defines configuration for CSV records |
| 95 | type ConfigCSV struct { |
nothing calls this directly
no outgoing calls
no test coverage detected