Versions in this module Expand all Collapse all v0 v0.4.0 Mar 24, 2018 v0.3.0 Mar 19, 2018 v0.2.0 Mar 18, 2018 Changes in this version + type Meta struct + Key string + Val interface{} + type Strings []String v0.1.0 Mar 17, 2018 Changes in this version + type Metas map[string][]interface + type Rule struct + Condition string + Identifier string + Meta Metas + Modifiers RuleModifiers + Strings map[string]*String + Tags []string + type RuleModifiers struct + Global bool + Private bool + type RuleSet struct + File string + Imports []string + Includes []string + Rules []Rule + type String struct + ID string + Modifiers StringModifiers + Text string + Type StringType + type StringModifiers struct + ASCII bool + Fullword bool + I bool + Nocase bool + S bool + Wide bool + type StringType int + const TypeHexString + const TypeRegex + const TypeString