Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyMatcher ¶
type KeyMatcher struct {
// contains filtered or unexported fields
}
func NewKeyMatcher ¶
func NewKeyMatcher(pattern string) *KeyMatcher
func (*KeyMatcher) GetMatches ¶
func (m *KeyMatcher) GetMatches() map[string]string
func (*KeyMatcher) Match ¶
func (m *KeyMatcher) Match(trial, match []byte) bool
type Pattern ¶
type Pattern struct {
// contains filtered or unexported fields
}
func NewPattern ¶
func (*Pattern) IsComplete ¶
func (*Pattern) IsMatching ¶
type Purl ¶
func NewCurlyMatcher ¶
func NewCurlyMatcher() *Purl
func (*Purl) GetPathMatches ¶
func (*Purl) GetQueryStringMatches ¶
func (*Purl) MatchQueryString ¶
Click to show internal directories.
Click to hide internal directories.