Documentation ¶ Index ¶ type Item type Search Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Item ¶ type Item struct { ID string `json:"id"` Name string `json:"name"` ApiSymbol string `json:"api_symbol"` Symbol string `json:"symbol"` MarketCapRank int64 `json:"market_cap_rank"` Thumb string `json:"thumb"` Large string `json:"large"` } type Search ¶ type Search struct { Coins []Item `json:"coins"` } Source Files ¶ View all Source files search.go Click to show internal directories. Click to hide internal directories.