Documentation ¶
Index ¶
- func Between(v, u any) *dsl.Traversal
- func Containing(substr string) *dsl.Traversal
- func EQ(v any) *dsl.Traversal
- func EndingWith(suffix string) *dsl.Traversal
- func GT(v any) *dsl.Traversal
- func GTE(v any) *dsl.Traversal
- func LT(v any) *dsl.Traversal
- func LTE(v any) *dsl.Traversal
- func NEQ(v any) *dsl.Traversal
- func NotContaining(substr string) *dsl.Traversal
- func NotEndingWith(suffix string) *dsl.Traversal
- func NotStartingWith(prefix string) *dsl.Traversal
- func StartingWith(prefix string) *dsl.Traversal
- func Within[T any](args ...T) *dsl.Traversal
- func Without[T any](args ...T) *dsl.Traversal
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Containing ¶
Containing is the sub string test predicate.
func EndingWith ¶
EndingWith is the suffix test predicate.
func NotContaining ¶
NotContaining is the negation of Containing.
func NotEndingWith ¶
NotEndingWith is the negation of EndingWith.
func NotStartingWith ¶
NotStartingWith is the negation of StartingWith.
func StartingWith ¶
StartingWith is the prefix test predicate.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.