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