better indexing and classifier
This commit is contained in:
parent
38c2a72fe0
commit
98b53d3a33
9 changed files with 168 additions and 32 deletions
|
|
@ -12,9 +12,10 @@ type User struct {
|
|||
}
|
||||
|
||||
type Result struct {
|
||||
ID string
|
||||
Path string
|
||||
HTML template.HTML
|
||||
ID string
|
||||
Path string
|
||||
Keyword string
|
||||
HTML template.HTML
|
||||
}
|
||||
|
||||
type Path struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue