Changed self-crawling as experimental, cleanup unused features
Some checks failed
Run Integration Tests / test (push) Failing after 1m15s
Some checks failed
Run Integration Tests / test (push) Failing after 1m15s
This commit is contained in:
parent
ca87df5df1
commit
49cb7bb94a
27 changed files with 1731 additions and 832 deletions
1
cache.go
1
cache.go
|
@ -11,7 +11,6 @@ import (
|
|||
// SearchResult is a generic interface for all types of search results.
|
||||
type SearchResult interface{}
|
||||
|
||||
// Define various search result types implementing SearchResult interface
|
||||
type TextSearchResult struct {
|
||||
URL string
|
||||
Header string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue