Documentation
¶
Index ¶
Constants ¶
View Source
const ( TYPE_AUDIO = "ext:wav ext:mp3 ext:ogg ext:flac" TYPE_VIDEO = "ext:mp4 ext:mkv ext:avi ext:webm ext:mov" TYPE_DOC = "ext:doc ext:docm ext:pdf ext:docx ext:odf ext:pages ext:rtf ext:html ext:webarchive" TYPE_IMAGE = "ext:jpg ext:jpeg ext:png ext:gif ext:tiff ext:eps ext:raw" TYPE_EBOOK = "ext:fb2 ext:ibook ext:cbr ext:djvu ext:epub ext:mobi" )
Variables ¶
This section is empty.
Functions ¶
func ParseQuery ¶
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser represents a parser.
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner represents a lexical scanner.
func NewScanner ¶
NewScanner returns a new instance of Scanner.
Click to show internal directories.
Click to hide internal directories.