package
Version:
v0.0.0-...-baa06f7
Opens a new window with list of versions in this module.
Published: Mar 27, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
UNKNOWN int = iota
S_SITE
S_BLOG
S_VIDEO
S_GODOC
L_EN
L_FR
L_ES
E_INDEX string = "docs:search:index"
)
type Document struct {
URL string `json:"url"`
Body string `json:"body"`
Language int `json:"language"`
Source int `json:"source"`
}
type Indexer func() error
type Query struct {
Language int
Text string
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.