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