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

Struct SpellingCorrection

bridge/bridge.go:435–437  ·  view source on GitHub ↗

arrays upon arrays

Source from the content-addressed store, hash-verified

433//arrays upon arrays
434
435type SpellingCorrection struct {
436 Results []SpellingCorrectionResults `json:"results" xml:"results"`
437}
438
439type SpellingCorrectionResults struct {
440 Value QueryWithIndices `json:"value" xml:"value"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected