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

7 lines
68 B
Go
Raw Normal View History

2025-01-20 21:22:45 +01:00
package crawler
type Resource struct {
Url string
Body string
}