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

Struct SleepTime

bridge/bridge.go:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218type SleepTime struct {
219 EndTime *string `json:"end_time" xml:"end_time"`
220 Enabled bool `json:"enabled" xml:"enabled"`
221 StartTime *string `json:"start_time" xml:"start_time"`
222}
223
224type PlaceType struct {
225 Name string `json:"name" xml:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected