Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MatchNamers FirstMatcher
}
type FirstMatcher ¶
type FirstMatcher []common.MatchNamer
func (FirstMatcher) MatchAndName ¶
func (f FirstMatcher) MatchAndName(nacl common.ProcAttributes) (bool, string)
type Matcher ¶
type Matcher interface { // Match returns empty string for no match, or the group name on success. Match(common.ProcAttributes) bool }
Click to show internal directories.
Click to hide internal directories.