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

Struct Results

bridge/bridge.go:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type Results struct {
23 Kind string `json:"kind"`
24 Score float64 `json:"score"`
25 Annotations []Annotations `json:"annotations"` // TODO
26 Value Tweet `json:"value"`
27}
28
29// TODO: Figure out what this is for, and how to use this
30type Annotations struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected