Result contains the result of a search.
| 6 | |
| 7 | // Result contains the result of a search. |
| 8 | type Result struct { |
| 9 | Field string |
| 10 | Content string |
| 11 | } |
| 12 | |
| 13 | // Matcher defines the behavior required by types that want |
| 14 | // to implement a new search type. |
nothing calls this directly
no outgoing calls
no test coverage detected