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(db sqlite.Database, tables []sqlite.Table, callback SQLiteIndexerFunc) (*SQLiteIndexer, error)
func (*SQLiteIndexer) IndexPaths ¶
func (idx *SQLiteIndexer) IndexPaths(mode string, paths []string) error
Click to show internal directories.
Click to hide internal directories.