| 1536 | } |
| 1537 | |
| 1538 | type RedditStreamJSON struct { |
| 1539 | Data struct { |
| 1540 | Stream struct { |
| 1541 | StreamID string `json:"stream_id"` |
| 1542 | HlsURL string `json:"hls_url"` |
| 1543 | State string `json:"state"` |
| 1544 | } `json:"stream"` |
| 1545 | } `json:"data"` |
| 1546 | } |
nothing calls this directly
no outgoing calls
no test coverage detected