package api import ( "net/http" ) func (api *API) mediaItemsHandler(w http.ResponseWriter, r *http.Request) { }