//
pkg.gl
Category
github.com/janderland/fdbq
parser
package
0.5.0
Repository:
https://github.com/janderland/fdbq.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
2
Files
609 SLOC
#
Packages
format
Package format converts key-values into query strings.
scanner
Package scanner tokenizes query strings.
#
Functions
New
No description provided by the author
#
Structs
Error
Error represents a problem encountered during parsing.
Parser
Parser obtains tokens from the given [scanner.Scanner] and attempts to parse them into a keyval.Query.
Token
Token is a categorized piece of the query string returned from [scanner.Scanner].