consts

package
v0.0.0-...-f8a11b1 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2022 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 SourceFieldTargetType

type SourceFieldTargetType string
const (
	SourceFieldTargetTypeBoolExists   SourceFieldTargetType = "BOOL_EXISTS"
	SourceFieldTargetTypeBoolMatchAny SourceFieldTargetType = "BOOL_MATCH_ANY"
	SourceFieldTargetTypeBoolMatchAll SourceFieldTargetType = "BOOL_MATCH_ALL"
	SourceFieldTargetTypeNumberCount  SourceFieldTargetType = "NUMBER_COUNT"
	SourceFieldTargetTypeNumberSum    SourceFieldTargetType = "NUMBER_SUM"
	SourceFieldTargetTypeNumberMax    SourceFieldTargetType = "NUMBER_MAX"
	SourceFieldTargetTypeNumberMin    SourceFieldTargetType = "NUMBER_MIN"
)

type SourceRelationType

type SourceRelationType string
const (
	SourceRelationTypeAnd SourceRelationType = "AND"
	SourceRelationTypeOr  SourceRelationType = "OR"
)

type SourceType

type SourceType string
const (
	SourceTypeMysql         SourceType = "MYSQL"
	SourceTypeElasticSearch SourceType = "ELASTIC_SEARCH"
)

Jump to

Keyboard shortcuts

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