Documentation ¶
Index ¶
- type DB
- func (db DB) Close()
- func (db DB) GetResults(q string, cat category.Name, opts options.Options) ([]result.Result, error)
- func (db DB) GetResultsTTL(q string, cat category.Name, opts options.Options) (time.Duration, error)
- func (db DB) SetResults(q string, cat category.Name, opts options.Options, results []result.Result, ...) error
- type Driver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (DB) GetResults ¶
func (DB) GetResultsTTL ¶
Click to show internal directories.
Click to hide internal directories.