Versions in this module Expand all Collapse all v0 v0.11.0 Aug 25, 2018 Changes in this version + func InitAPI() + type API struct + func (api API) CreateHostConfigAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) CreateProjectAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) DeleteHostConfigAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) DeleteProjectAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) EnableProjectAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) GetHostConfigAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) GetHostConfigsAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) GetProjectAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) GetProjectsAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) TaskUpdateAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) UpdateHostConfigAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (api API) UpdateProjectAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (handler API) CreateTaskAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (handler API) DeleteHostAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (handler API) GetHostAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (handler API) GetHostsAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (handler API) IndexAction(w http.ResponseWriter, req *http.Request, _ httprouter.Params) + func (handler API) QueueStatsAction(w http.ResponseWriter, req *http.Request) + func (handler API) StatsAction(w http.ResponseWriter, req *http.Request) + func (handler API) TaskAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (handler API) TaskDeleteAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (handler API) TaskGetAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (this API) SnapshotAction(w http.ResponseWriter, req *http.Request) + func (this API) SnapshotGetAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (this API) SnapshotGetPayloadAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) + func (this API) SnapshotListAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)