Documentation
¶
Overview ¶
Package search implements search functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Search ¶
Search search for templates
type SearchIface ¶
type SearchIface interface {
// Search searches database for term and returns the results through *Entry channel.
Search(term string) <-chan *entry.Entry
// Search2Output searches database for term and sends the results to the formatter.Format function supplied in New.
// Blocks until all entries are processed.
Search2Output(long bool, term string) int
}
SearchIface ...
Click to show internal directories.
Click to hide internal directories.