Versions in this module Expand all Collapse all v0 v0.3.2 Sep 6, 2020 Changes in this version type Match + MatchType gn.MatchType + RankMatch bool + VirusMatch bool v0.3.1 Sep 2, 2020 Changes in this version + type Match struct + ID string + MatchItems []MatchItem + Name string + type MatchItem struct + EditDistance int + EditDistanceStem int + ID string + MatchStr string + type MatchType int + const Canonical + const CanonicalFull + const Fuzzy + const None + const Partial + const PartialFuzzy + const Virus + func (mt MatchType) String() string + type MatcherService interface + GetPort func() int + GetVersion func() Version + MatchAry func([]string) []*Match + Ping func() Pong + type Pong string + type Version struct + Build string + Version string