matching

package
v2.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// PathMatchTypeExact indicates the router will map the Path by exact match against incoming requests
	PathMatchTypeExact = PathMatchType(iota)
	// PathMatchTypePrefix indicates the router will map the Path by prefix against incoming requests
	PathMatchTypePrefix

	PathMatchNameExact  PathMatchName = "exact"
	PathMatchNamePrefix PathMatchName = "prefix"
)

Variables

Names is a map of PathMatchTypes keyed by string name

Values is a map of PathMatchTypes valued by string name

Functions

This section is empty.

Types

type PathMatchName

type PathMatchName string

type PathMatchType

type PathMatchType int

PathMatchType enumerates the types of Path Matches used when registering Paths with the Router

func (PathMatchType) String

func (t PathMatchType) String() string

Jump to

Keyboard shortcuts

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