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