Documentation ¶ Index ¶ func All() ([]string, []string, error) func Close() error func Delete(key string) error func FuzzySearch(key string) (string, error) func RebuildIndex() error func Update(key string) error type ErrUpdate func (e ErrUpdate) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func All ¶ func All() ([]string, []string, error) func Close ¶ added in v0.5.4 func Close() error func Delete ¶ func Delete(key string) error func FuzzySearch ¶ func FuzzySearch(key string) (string, error) func RebuildIndex ¶ func RebuildIndex() error func Update ¶ func Update(key string) error Types ¶ type ErrUpdate ¶ type ErrUpdate struct { // contains filtered or unexported fields } func (ErrUpdate) Error ¶ func (e ErrUpdate) Error() string Source Files ¶ View all Source files pathindex.go Click to show internal directories. Click to hide internal directories.