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

Struct QueryWithIndices

bridge/bridge.go:426–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 Query string `json:"query" xml:"query"`
425}
426type QueryWithIndices struct {
427 Query string `json:"query" xml:"query"`
428 Indices []int `json:"indices" xml:"-"`
429 Start int `json:"-" xml:"start,attr"`
430 End int `json:"-" xml:"end,attr"`
431}
432
433//arrays upon arrays
434

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected