12 lines
141 B
Go
12 lines
141 B
Go
package internal
|
|
|
|
type Result struct {
|
|
ID string
|
|
URL string
|
|
Title string
|
|
Summary string
|
|
Length int
|
|
}
|
|
|
|
type Results []Result
|