Documentation ¶
Index ¶
- func InitAPI()
- type API
- func (this API) DomainAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
- func (this API) DomainDeleteAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
- func (this API) DomainGetAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
- func (this API) IndexAction(w http.ResponseWriter, req *http.Request, _ httprouter.Params)
- func (this API) SnapshotAction(w http.ResponseWriter, req *http.Request)
- func (this API) StatsAction(w http.ResponseWriter, req *http.Request)
- func (this API) TaskAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
- func (this API) TaskDeleteAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
- func (this API) TaskGetAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
api.Handler
}
func (API) DomainAction ¶
func (this API) DomainAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
func (API) DomainDeleteAction ¶
func (this API) DomainDeleteAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
func (API) DomainGetAction ¶
func (this API) DomainGetAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
func (API) IndexAction ¶
func (this API) IndexAction(w http.ResponseWriter, req *http.Request, _ httprouter.Params)
func (API) SnapshotAction ¶
func (this API) SnapshotAction(w http.ResponseWriter, req *http.Request)
func (API) StatsAction ¶
func (this API) StatsAction(w http.ResponseWriter, req *http.Request)
func (API) TaskAction ¶
func (this API) TaskAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
func (API) TaskDeleteAction ¶
func (this API) TaskDeleteAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
func (API) TaskGetAction ¶
func (this API) TaskGetAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params)
Click to show internal directories.
Click to hide internal directories.