Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GlobMatcher ¶
type GlobMatcher struct {
// contains filtered or unexported fields
}
func NewGlobMatcher ¶
func NewGlobMatcher(cfg *Config) (*GlobMatcher, error)
func (*GlobMatcher) Match ¶
func (m *GlobMatcher) Match(p []byte) bool
type PrefixMatcher ¶
type PrefixMatcher struct {
// contains filtered or unexported fields
}
func NewPrefixMatcher ¶
func NewPrefixMatcher(cfg *Config) (*PrefixMatcher, error)
func (*PrefixMatcher) Match ¶
func (m *PrefixMatcher) Match(p []byte) bool
Click to show internal directories.
Click to hide internal directories.