//
pkg.gl
Category
github.com/silenceshell/influxdb
stress
v2
stressql
package
1.3.5
Repository:
https://github.com/silenceshell/influxdb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
136 SLOC
#
Packages
statement
No description provided by the author
#
Functions
NewScanner
NewScanner returns a Scanner.
ParseStatements
ParseStatements takes a configFile and returns a slice of Statements.
#
Constants
BREAK
These are the lexical tokens used by the file parser.
EOF
These are the lexical tokens used by the file parser.
ILLEGAL
These are the lexical tokens used by the file parser.
STATEMENT
These are the lexical tokens used by the file parser.
#
Structs
Scanner
Scanner scans the file and tokenizes the raw text.
#
Type aliases
Token
Token represents a lexical token.