package requests // ConfigValue is a container object that holds a value, is encoded, and saved to the database. type ConfigValue struct { Value interface{} `json:"value"` }