Documentation
¶
Index ¶
- Constants
- func Init(bp *coremain.BP, args any) (any, error)
- func LoadExps(exps []string, m *domain.MixMatcher[struct{}]) error
- func LoadExpsAndFiles(exps []string, fs []string, m *domain.MixMatcher[struct{}]) error
- func LoadFile(f string, m *domain.MixMatcher[struct{}]) error
- func LoadFiles(fs []string, m *domain.MixMatcher[struct{}]) error
- type Args
- type DomainSet
- type MatcherGroup
Constants ¶
View Source
const PluginType = "domain_set"
Variables ¶
This section is empty.
Functions ¶
func LoadExpsAndFiles ¶
func LoadExpsAndFiles(exps []string, fs []string, m *domain.MixMatcher[struct{}]) error
Types ¶
type DomainSet ¶
type DomainSet struct {
// contains filtered or unexported fields
}
func NewDomainSet ¶
NewDomainSet inits a DomainSet from given args.
func (*DomainSet) GetDomainMatcher ¶
type MatcherGroup ¶
func (MatcherGroup) Match ¶
func (mg MatcherGroup) Match(s string) (struct{}, bool)
Click to show internal directories.
Click to hide internal directories.