| 55 | Cl map[string]viewer |
| 56 | } |
| 57 | type BroadcastST struct { |
| 58 | Enable bool `json:"enable"` |
| 59 | URL string `json:"url"` |
| 60 | } |
| 61 | |
| 62 | //Segment HLS cache section |
| 63 | type Segment struct { |
nothing calls this directly
no outgoing calls
no test coverage detected