Versions in this module Expand all Collapse all v1 v1.1.2 Nov 2, 2020 Changes in this version + func Lex(query string, options ...LexOption) string + type LexOption func(*Lexer) + func LexOptions(opts ...LexOption) LexOption + func WithNamedCallback(cb OnNamedParam) LexOption + func WithPositionalSubstitution(cb SubstitutePosParam) LexOption + type Lexer struct + type OnNamedParam func(name string) + type SubstitutePosParam func() string