Files
crowsnest/src/internal/crawler/Resource.go

7 lines
68 B
Go
Raw Normal View History

2025-01-20 08:58:49 +01:00
package crawler
type Resource struct {
Url string
Body string
}