p

package
v0.5.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Between

func Between(v, u interface{}) *dsl.Traversal

Between is the between/contains predicate.

func Containing

func Containing(substr string) *dsl.Traversal

Containing is the sub string test predicate.

func EQ

func EQ(v interface{}) *dsl.Traversal

EQ is the equal predicate.

func EndingWith

func EndingWith(suffix string) *dsl.Traversal

EndingWith is the suffix test predicate.

func GT

func GT(v interface{}) *dsl.Traversal

GT is the greater than predicate.

func GTE

func GTE(v interface{}) *dsl.Traversal

GTE is the greater than or equal predicate.

func LT

func LT(v interface{}) *dsl.Traversal

LT is the less than predicate.

func LTE

func LTE(v interface{}) *dsl.Traversal

LTE is the less than or equal predicate.

func NEQ

func NEQ(v interface{}) *dsl.Traversal

NEQ is the not-equal predicate.

func NotContaining

func NotContaining(substr string) *dsl.Traversal

NotContaining is the negation of Containing.

func NotEndingWith

func NotEndingWith(suffix string) *dsl.Traversal

NotEndingWith is the negation of EndingWith.

func NotStartingWith

func NotStartingWith(prefix string) *dsl.Traversal

NotStartingWith is the negation of StartingWith.

func StartingWith

func StartingWith(prefix string) *dsl.Traversal

StartingWith is the prefix test predicate.

func Within

func Within(args ...interface{}) *dsl.Traversal

Within Determines if a value is within the specified list of values.

func Without

func Without(args ...interface{}) *dsl.Traversal

Without determines if a value is not within the specified list of values.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL