Add a new foreign scraper
Add a new foreign scraper
Implement ForeignScrapperer
interface at pkg/dia/scraper/foreign-scrapers/Scrapper.go
file
Add the scraper implementation a MyForeignScraper.go
Golang file to pkg/dia/scraper/foreign-scrapers/
folder and add the next implementations:
Add a constructor for the scraper:
Add
MyForeignScraper
case at scraper filecmd/foreignscraper/foreign.go
:
Foreign Command
Foreign Test
Last updated