matching

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2021 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
)

Variables

View Source
var Names = map[string]PathMatchType{
	"exact":  PathMatchTypeExact,
	"prefix": PathMatchTypePrefix,
}

Names is a map of PathMatchTypes keyed by string name

View Source
var Values = make(map[PathMatchType]string)

Values is a map of PathMatchTypes valued by string name

Functions

This section is empty.

Types

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