Versions in this module Expand all Collapse all v1 v1.0.0 Jan 4, 2024 Changes in this version + func CleanUpDB(db *gorm.DB) + func CreateTestWebPage() error + func DeleteCryptoByWebPageId(db *gorm.DB, webPageId int) + func DeletePhoneNumbersByCountryCode(db *gorm.DB, countryCode string) + func GetCrypto(db *gorm.DB, webPageID int) ([]models.Crypto, error) + func GetPhoneNumbers(db *gorm.DB, webPageID int) ([]models.PhoneNumber, error) + func InitDB() *gorm.DB + func InitTestConfig() error + func PreloadWebPage(db *gorm.DB, webPageID int) (*models.WebPage, error)