Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NameMatcher ¶
type NameMatcher struct {
// contains filtered or unexported fields
}
func NewNameMatcher ¶
func NewNameMatcher(rule string) NameMatcher
func (*NameMatcher) IsMember ¶
func (m *NameMatcher) IsMember(s string) bool
func (*NameMatcher) IsSupersetOf ¶
func (m *NameMatcher) IsSupersetOf(matcher NameMatcher) bool
Click to show internal directories.
Click to hide internal directories.