Documentation ¶
Index ¶
- Variables
- func BenchmarkDownload(b *testing.B)
- func BenchmarkDownload_Seq(b *testing.B)
- func Cleanup()
- func CreateSqliteDb()
- func DeleteAllHistory(db *sql.DB) error
- func DeleteHistory(db *sql.DB, id int)
- func Download(inf Info, verbose bool) error
- func Download_Seq(inf Info, verbose bool) error
- func Initialize_table(db *sql.DB)
- func InsertHistory(db *sql.DB, hist History)
- func OpenSqliteDb() *sql.DB
- type History
- type Info
Constants ¶
This section is empty.
Variables ¶
View Source
var DB_NAME string = "/history.db"
Functions ¶
func BenchmarkDownload ¶
func BenchmarkDownload_Seq ¶
func CreateSqliteDb ¶
func CreateSqliteDb()
func DeleteAllHistory ¶
func DeleteHistory ¶
func Download_Seq ¶
func Initialize_table ¶
func InsertHistory ¶
func OpenSqliteDb ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.