package dlc const ( RuleTypeDomain string = "domain" RuleTypeFullDomain string = "full" RuleTypeKeyword string = "keyword" RuleTypeRegexp string = "regexp" RuleTypeInclude string = "include" )