1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

search indexing process coupling

This commit is contained in:
Harvey Kandola 2017-08-01 10:39:07 +01:00
parent 65390ab67d
commit 7faf6d6cff
8 changed files with 201 additions and 184 deletions

View file

@ -11,7 +11,9 @@
package search
import "time"
import (
"time"
)
// Search holds raw search results.
type Search struct {