MCPcopy Create free account
hub / github.com/goinaction/code / Result

Struct Result

chapter2/sample/search/match.go:8–11  ·  view source on GitHub ↗

Result contains the result of a search.

Source from the content-addressed store, hash-verified

6
7// Result contains the result of a search.
8type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected