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" )
Click to show internal directories.
Click to hide internal directories.