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

Struct ConfigUser

config.go:89–92  ·  view source on GitHub ↗

A ConfigUser defines a user-specific configuration entry.

Source from the content-addressed store, hash-verified

87
88// A ConfigUser defines a user-specific configuration entry.
89type ConfigUser struct {
90 Name string
91 Config *toml.Primitive
92}
93
94// ConfigCSV defines configuration for CSV records
95type ConfigCSV struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected