Documentation
¶
Overview ¶
Package router implements GoBeyond's deterministic route-pattern matching.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Segment ¶
type Segment struct {
Kind SegmentKind
Value string
}
type SegmentKind ¶
type SegmentKind uint8
const ( Literal SegmentKind = iota Dynamic CatchAll OptionalCatchAll )
Click to show internal directories.
Click to hide internal directories.