Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NegatedAST ¶ added in v0.0.6
type NegatedAST struct {
// contains filtered or unexported fields
}
type TextASTCheckType ¶
type TextASTCheckType int
const ( // EqualityCheck is a simple direct == or Contains check. EqualityCheck TextASTCheckType = 0 // PrefixCheck is a strings.HasPrefix check, linear scan when a set is checked. PrefixCheck TextASTCheckType = 1 // SuffixCheck is a strings.HasSuffix check, linear scan when a set is checked. SuffixCheck TextASTCheckType = 2 )
Click to show internal directories.
Click to hide internal directories.