Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogicAdapter ¶
type LogicAdapter interface { CanProcess(string) bool Process(string, ...string) []Answer SetVerbose() }
func NewClosestMatch ¶
func NewClosestMatch(storage storage.StorageAdapter, tops int) LogicAdapter
func NewComboMatch ¶
func NewComboMatch(matches ...LogicAdapter) LogicAdapter
Click to show internal directories.
Click to hide internal directories.