Files
spyda/internal/results.go
2021-02-02 08:23:42 +10:00

12 lines
141 B
Go

package internal
type Result struct {
ID string
URL string
Title string
Summary string
Length int
}
type Results []Result