package model type Common struct { //Description string `json:"description"` //Name string `json:"name"` Symbol string `json:"symbol"` }