wip
This commit is contained in:
11
web/models/search.go
Normal file
11
web/models/search.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
type SearchResult struct {
|
||||
ID string
|
||||
Title string
|
||||
Author string
|
||||
Series string
|
||||
FileType string
|
||||
FileSize string
|
||||
UploadDate string
|
||||
}
|
||||
Reference in New Issue
Block a user