Module selector

Source

Modules§

specific

Structs§

CreateBlock
HopDef
KindSelectorDef
LabeledPrimitiveTypeDef
MapEntryPatternDef
ParsedPipelineBlock
PayloadType2Def
PointHierarchy
PointKindSeg
PortHierarchy
SelectorDef
SpecificSelectorDef
UploadBlock
VersionReq

Enums§

EmptyPattern
ExactPointSeg
Format
Pattern
PayloadBlockDef
PipelineKind
PointSegSelector
PointSegSelectorCtx
PointSegSelectorVar

Type Aliases§

Hop
HopCtx
HopVar
KeySegment
KindBaseSelector
KindSelector
KindSelectorVar
LabeledPrimitiveType
LabeledPrimitiveTypeCtx
LabeledPrimitiveTypeVar
MapEntryPattern
MapEntryPatternCtx
MapEntryPatternVar
PatternBlock
PatternBlockCtx
PatternBlockDef
PatternBlockVar
PayloadBlock
PayloadBlockCtx
PayloadBlockVar
PayloadType2
PayloadType2Ctx
PayloadType2Var
Selector
SelectorCtx
SelectorVar
SpecificSelector
Provides ability to Select on a Specific. This means wildcards can be applied when any match will do: mechtronhub.io:postgres.org:postgres:*:(9.0.0) will select ANY variant of postgres version 9.0.0. (notice the version MUST be delimited by Parenthesis. A more useful example is when performing some type of version selection it follows SemVer Req rules: mechtronhub.io:postgres.org:postgres:gis:(>=10.2.3 <12.3.0) which would match on any version of postgres:gis with a version in that range
SubKindSelector