Movatterモバイル変換


[0]ホーム

URL:


patternmatcher

package
v2.23.0Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2025 License:AGPL-3.0Imports:4Imported by:0

Details

Repository

github.com/coder/coder

Links

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeRoutePatterns

type RoutePatterns []string

RoutePatterns provides a method to generate a regex which will match a URLpath against a collection of patterns. If any of the patterns match the path,the regex will return a successful match.

Multiple patterns can be provided and they are matched in order. Example:- /api/* matches /api/1 but not /api or /api/1/2- /api/*/2 matches /api/1/2 but not /api/2 /api/1- /api/** matches /api/1, /api/1/2, /api/1/2/3 but not /api- /api/**/3 matches /api/1/2, /api/1/2/3 but not /api, /api/1 or /api/1/2

All patterns support an optional trailing slash.

func (RoutePatterns)Compile

func (rpRoutePatterns) Compile() (*regexp.Regexp,error)

func (RoutePatterns)MustCompile

func (rpRoutePatterns) MustCompile() *regexp.Regexp

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp