Versions in this module Expand all Collapse all v0 v0.0.1 Dec 3, 2021 Changes in this version + func CloseDB(db *sql.DB) + func CreateTable() + func Exec(tx *sql.Tx, stmt *sql.Stmt, args ...interface{}) + func Prepare(query string) (db *sql.DB, tx *sql.Tx, stmt *sql.Stmt) + func UpdateJsons(all bool) + func UpdateMapJson() + func UpdateMapJsons() + func WriteCryptosMapSQLDB(coinDataMap CoinDataMap) + func WriteCryptosSQLDB(coinData CoinData) + type ApiKeyData struct + ApiKey string + type CoinData struct + CoinData []CoinDatum + func ReadCryptosSQLDB() CoinData + func ReadJson(filename string) CoinData + type CoinDataMap struct + CoinDataMap []CoinDatumMap + func ReadMapJson200() CoinDataMap + func ReadMapJsons() CoinDataMap + type CoinDataMapUnmarshaler struct + CoinDataMap map[string]json.RawMessage + func ReadMapJson(filename string) CoinDataMapUnmarshaler + type CoinDatum struct + Announcements []string + BscContract string + BscScan string + Chats []string + DateAdded string + EthContract string + EthScan string + Explorers []string + Facebooks []string + Id int64 + Logo string + MessageBoards []string + Name string + Properties Property + Slug string + SourceCodes []string + Symbol string + Technicals []string + Twitters []string + Websites []string + XrpContract string + XrpScan string + func ReadCryptoSQLDB(id int64) CoinDatum + type CoinDatumMap struct + DateAdded string + Id int64 + Logo string + Slug string + URLs Urls + type MarketValue struct + Price float64 + Volume24 float64 + type Property struct + Dollar MarketValue + type Urls struct + Announcement []string + Chat []string + Explorer []string + Facebook []string + MessageBoard []string + SourceCode []string + Technical []string + Twitter []string + Website []string