Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrefixFilter ¶
type PrefixFilter struct {
// contains filtered or unexported fields
}
func (PrefixFilter) Match ¶
func (o PrefixFilter) Match(endpoint string) bool
type RegexpFilter ¶
type RegexpFilter struct {
// contains filtered or unexported fields
}
func NewRegexpFilter ¶
func NewRegexpFilter(s string) (*RegexpFilter, error)
func (RegexpFilter) Match ¶
func (o RegexpFilter) Match(endpoint string) bool
type StringFilter ¶
type StringFilter struct {
// contains filtered or unexported fields
}
func (StringFilter) Match ¶
func (o StringFilter) Match(endpoint string) bool
Click to show internal directories.
Click to hide internal directories.