query

package
v0.0.0-...-0c81716 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2023 License: MIT Imports: 7 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL