Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteIndexer ¶
type SQLiteIndexer struct {
Timings bool
Logger *log.WOFLogger
// contains filtered or unexported fields
}
func NewSQLiteIndexer ¶
func NewSQLiteIndexer(opts *SQLiteIndexerOptions) (*SQLiteIndexer, error)
func (*SQLiteIndexer) IndexPaths ¶
type SQLiteIndexerLoadRecordFunc ¶ added in v0.2.0
type SQLiteIndexerLoadRecordFunc func(context.Context, io.ReadSeeker, ...interface{}) (interface{}, error)
type SQLiteIndexerOptions ¶ added in v0.2.0
type SQLiteIndexerOptions struct {
DB sqlite.Database
Tables []sqlite.Table
LoadRecordFunc SQLiteIndexerLoadRecordFunc
PostIndexFunc SQLiteIndexerPostIndexFunc
}
type SQLiteIndexerPostIndexFunc ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.