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

Struct gResponse

chapter8/listing24/listing24.go:26–30  ·  view source on GitHub ↗

gResponse contains the top level document.

Source from the content-addressed store, hash-verified

24
25 // gResponse contains the top level document.
26 gResponse struct {
27 ResponseData struct {
28 Results []gResult `json:"results"`
29 } `json:"responseData"`
30 }
31)
32
33func main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected