conditiontypes

package
v0.0.0-...-dd8816d Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConditionType

type ConditionType string
const (
	// gt: the count must be greater than the given value
	GreaterThan ConditionType = "gt"
	// gte: the count must be greater than or equal the given value
	GreaterThanEqual ConditionType = "gte"
	// lt: the count must be lesser than the given value
	LesserThan ConditionType = "ls"
	// lte: the count must be lesser than or equal the given value
	LesserThanEqual ConditionType = "lse"
	// range: the count must be in the given range specified as value in the format min..max. The ranges include the min and max values.
	Range ConditionType = "range"
)

Jump to

Keyboard shortcuts

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