MCPcopy Create free account
hub / github.com/AudDMusic/RedditBot / RedditStreamJSON

Struct RedditStreamJSON

main.go:1538–1546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1536}
1537
1538type 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected