MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / RelatedResultsQuery

Struct RelatedResultsQuery

bridge/bridge.go:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type RelatedResultsQuery struct {
15 Annotations []Annotations `json:"annotations"` // TODO
16 ResultType string `json:"resultType"`
17 Score float64 `json:"score"`
18 GroupName string `json:"groupName"`
19 Results []Results `json:"results"`
20}
21
22type Results struct {
23 Kind string `json:"kind"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected