package routes import ( "net/http" ) func (ctx *ImaginiContext) mediaItemsHandler(w http.ResponseWriter, r *http.Request) { }