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

Struct RelatedQuery

bridge/bridge.go:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423type RelatedQuery struct {
424 Query string `json:"query" xml:"query"`
425}
426type QueryWithIndices struct {
427 Query string `json:"query" xml:"query"`
428 Indices []int `json:"indices" xml:"-"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected