Documentation ¶
Index ¶
- type Cache
- func (c *Cache) AddTagsToPath(abs string, tags []string) error
- func (c *Cache) Clear() error
- func (c *Cache) CreateTables() error
- func (c *Cache) RemoveAllTagsFromPath(abs string) error
- func (c *Cache) RemovePath(abs string) error
- func (c *Cache) RemoveTagsFromPath(abs string, tags []string) error
- func (c *Cache) Search(pathPrefix string, tags []string) (paths []string, err error)
- type Path
- type Tag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) CreateTables ¶
func (*Cache) RemoveAllTagsFromPath ¶
func (*Cache) RemovePath ¶
func (*Cache) RemoveTagsFromPath ¶
Click to show internal directories.
Click to hide internal directories.