Documentation
¶
Index ¶
Constants ¶
View Source
const AND string = "&"
View Source
const EOF string = ""
View Source
const LPAREN string = "("
View Source
const OR string = "|"
View Source
const RPAREN string = ")"
View Source
const SPACE string = " "
Variables ¶
This section is empty.
Functions ¶
func Query ¶
func Query(query string, file io.ReadSeeker, index io.ReadSeeker, limit, offset int) ([]byte, error)
Types ¶
type ParseError ¶
type ParseError struct {
// contains filtered or unexported fields
}
func (*ParseError) Error ¶
func (e *ParseError) Error() string
func (*ParseError) Unwrap ¶
func (e *ParseError) Unwrap() error
type SyntaxError ¶
type SyntaxError struct {
// contains filtered or unexported fields
}
func (*SyntaxError) Error ¶
func (e *SyntaxError) Error() string
Click to show internal directories.
Click to hide internal directories.