package config type Setting struct { ID string `db:"id" json:"id"` Name string `db:"name" json:"name"` Value string `db:"value" json:"value"` }