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
}
func (*Config) UnmarshalYAML ¶ added in v0.7.6
type FirstMatcher ¶
type FirstMatcher struct {
// contains filtered or unexported fields
}
func (FirstMatcher) MatchAndName ¶
func (f FirstMatcher) MatchAndName(nacl common.ProcAttributes) (bool, string)
func (FirstMatcher) String ¶ added in v0.3.7
func (f FirstMatcher) String() string
type Matcher ¶
type Matcher interface { // Match returns empty string for no match, or the group name on success. Match(common.ProcAttributes) bool }
type MatcherGroup ¶ added in v0.7.6
type MatcherRules ¶ added in v0.7.6
type MatcherRules []MatcherGroup
func (MatcherRules) ToConfig ¶ added in v0.7.6
func (r MatcherRules) ToConfig() (*Config, error)
Click to show internal directories.
Click to hide internal directories.