package
Version:
v0.0.0-...-d2cb140
Opens a new window with list of versions in this module.
Published: Jul 22, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Top100 struct {
ID int `csv:"-" db:"id"`
Rank int `csv:"rank" db:"rank"`
Day string `csv:"date" db:"day"`
DataSource string `csv:"-" db:"data_source_name"`
Name string `csv:"name"`
Slug string `csv:"slug" db:"slug"`
IsVerified bool `csv:"is_verified"`
CreatedDate string `csv:"created_date"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.