Documentation ¶
Overview ¶
Package listing handles the web interface. All media are assumed to live in /media Request paths are the CRC64 sum of the path component.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CorsHandler ¶
func (*CorsHandler) ServeHTTP ¶
func (h *CorsHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
type ListingHandler ¶
type ListingHandler struct {
// contains filtered or unexported fields
}
func NewListingHandler ¶
func (*ListingHandler) ServeJSON ¶
func (h *ListingHandler) ServeJSON(w http.ResponseWriter, req *http.Request)
func (*ListingHandler) ServeVideo ¶
func (h *ListingHandler) ServeVideo(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.