Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleFileNameRegex ¶
type RuleFileNameRegex struct {
// contains filtered or unexported fields
}
func NewRuleFileNameRegex ¶
func NewRuleFileNameRegex(storName, storPath, regexStr string) (*RuleFileNameRegex, error)
func (RuleFileNameRegex) StorageName ¶
func (r RuleFileNameRegex) StorageName() string
func (RuleFileNameRegex) StoragePath ¶
func (r RuleFileNameRegex) StoragePath() string
func (RuleFileNameRegex) Type ¶
func (r RuleFileNameRegex) Type() ruleenum.RuleType
type RuleMessageRegex ¶
type RuleMessageRegex struct {
// contains filtered or unexported fields
}
func NewRuleMessageRegex ¶
func NewRuleMessageRegex(storName, storPath, regexStr string) (*RuleMessageRegex, error)
func (RuleMessageRegex) StorageName ¶
func (r RuleMessageRegex) StorageName() string
func (RuleMessageRegex) StoragePath ¶
func (r RuleMessageRegex) StoragePath() string
func (RuleMessageRegex) Type ¶
func (r RuleMessageRegex) Type() ruleenum.RuleType
Click to show internal directories.
Click to hide internal directories.