Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indexer ¶
func NewIndexer ¶
Create a new indexer with an identifier, path to the root of the indexer and a channel to receive any errors
type Queue ¶
func NewQueueWithCapacity ¶
Create a new queue which acts as a buffer between the file indexing and the rendering which can be slower than the file indexing
func (*Queue) Add ¶
Add an item to the queue. If the item is already in the queue, then it is bumped to the end of the queue
func (*Queue) Get ¶
func (q *Queue) Get(name, path string) *QueueEvent
Return a queue event from the queue, or nil
type QueueEvent ¶
Click to show internal directories.
Click to hide internal directories.