Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coin ¶
type Coin struct {
Name string
Symbol string
Rank string
PriceUSD string `json:"price_usd"`
PriceEUR string `json:"price_eur"`
}
Coin represent a response of the marketcap request
type InchSources ¶
type InchSources struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.