Documentation
¶
Index ¶
- func InsertNewItemManual(db *sql.DB, itemName string, date string, price int, currency string, ...) error
- func ItemExists(db *sql.DB, itemName string, date string, vendor string) (bool, error)
- func StoreAliexpress(db *sql.DB, order *structs.Aliexpress)
- func StoreAlternate(db *sql.DB, order *structs.Alternate)
- func StoreEbay(db *sql.DB, order *structs.Ebay)
- func UpdateImage(db *sql.DB, fileName string, sha2 string, id int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertNewItemManual ¶
func ItemExists ¶
Checks if an item is already in the database.
func StoreAliexpress ¶
func StoreAliexpress(db *sql.DB, order *structs.Aliexpress)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.