Documentation
¶
Overview ¶
Package usecase provide core usage of gnmatcher.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher interface {
// Version sends current version and build timestamp of
// gnmatcher.
Version() entity.Version
// MatchAry takes a list of strings and matches each of them
// to known scientific names.
MatchAry(names []string) []*entity.Match
}
Matcher describes methods required for matching name-strings to names.
Click to show internal directories.
Click to hide internal directories.