package
Version:
v0.0.0-...-bf68dd2
Opens a new window with list of versions in this module.
Published: Nov 17, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Meta struct {
TotalRecords int `json:"total_records"`
}
type Src struct {
Data []*Ticker `json:"data"`
Meta Meta `json:"meta"`
}
type Ticker struct {
Name interface{} `json:"name"`
TickerSymbol interface{} `json:"ticker_symbol"`
CanonicalUrl string `json:"canonical_url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.