restructuring crawler architecture

This commit is contained in:
2025-01-20 08:58:49 +01:00
parent 9104bc7716
commit 47299d6ef3
13 changed files with 408 additions and 330 deletions

View File

@@ -0,0 +1,6 @@
package crawler
type Resource struct {
Url string
Body string
}