It works (but it sucks0
This commit is contained in:
11
internal/results.go
Normal file
11
internal/results.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package internal
|
||||
|
||||
type Result struct {
|
||||
ID string
|
||||
URL string
|
||||
Title string
|
||||
Summary string
|
||||
Length int
|
||||
}
|
||||
|
||||
type Results []Result
|
||||
Reference in New Issue
Block a user