Documentation
¶
Overview ¶
Package api implements the Hypcast HTTP API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler serves the Hypcast API for a single tuner.
func NewHandler ¶
NewHandler creates a Handler serving the Hypcast API for tuner.
type TunerStatusHandler ¶
type TunerStatusHandler struct {
// contains filtered or unexported fields
}
func (*TunerStatusHandler) ServeHTTP ¶
func (tsh *TunerStatusHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type WebRTCHandler ¶
type WebRTCHandler struct {
// contains filtered or unexported fields
}
func (*WebRTCHandler) ServeHTTP ¶
func (wh *WebRTCHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.