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

Struct PlaceType

bridge/bridge.go:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224type PlaceType struct {
225 Name string `json:"name" xml:"name"`
226 Code int `json:"code" xml:"code"`
227}
228
229type TrendLocation struct {
230 Name string `json:"name" xml:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected