| 216 | } |
| 217 | |
| 218 | type 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 | |
| 224 | type PlaceType struct { |
| 225 | Name string `json:"name" xml:"name"` |
nothing calls this directly
no outgoing calls
no test coverage detected