Modules§
Structs§
- Create
Block - HopDef
- Kind
Selector Def - Labeled
Primitive Type Def - MapEntry
Pattern Def - Parsed
Pipeline Block - Payload
Type2 Def - Point
Hierarchy - Point
Kind Seg - Port
Hierarchy - Selector
Def - Specific
Selector Def - Upload
Block - Version
Req
Enums§
- Empty
Pattern - Exact
Point Seg - Format
- Pattern
- Payload
Block Def - Pipeline
Kind - Point
SegSelector - Point
SegSelector Ctx - Point
SegSelector Var
Type Aliases§
- Hop
- HopCtx
- HopVar
- KeySegment
- Kind
Base Selector - Kind
Selector - Kind
Selector Var - Labeled
Primitive Type - Labeled
Primitive Type Ctx - Labeled
Primitive Type Var - MapEntry
Pattern - MapEntry
Pattern Ctx - MapEntry
Pattern Var - Pattern
Block - Pattern
Block Ctx - Pattern
Block Def - Pattern
Block Var - Payload
Block - Payload
Block Ctx - Payload
Block Var - Payload
Type2 - Payload
Type2 Ctx - Payload
Type2 Var - Selector
- Selector
Ctx - Selector
Var - Specific
Selector - 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 - SubKind
Selector