operator

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OP

type OP string

OP is the operator type

var (
	AND OP = "AND"
	OR  OP = "OR"

	Eq    OP = "eq"
	NotEq OP = "not_eq"
	In    OP = "in"
	NotIn OP = "not_in"

	Contains    OP = "contains"
	NotContains OP = "not_contains"

	StartsWith    OP = "starts_with"
	NotStartsWith OP = "not_starts_with"

	EndsWith    OP = "ends_with"
	NotEndsWith OP = "not_ends_with"

	Lt  OP = "lt"
	Lte OP = "lte"
	Gt  OP = "gt"
	Gte OP = "gte"

	Any OP = "any"
)

Jump to

Keyboard shortcuts

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