package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Jan 4, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type URLFilter interface {
Filter(targetURL *url.URL) bool
}
URLFilter is the interface of URL filter
type URLPathFilter struct {
PathPrefix []string
}
URLPathFilter filters the URL with path
Filter implements the URLFilter
Source Files
¶
Click to show internal directories.
Click to hide internal directories.