Documentation ¶
Index ¶
- type HTTPAPI
- func (api *HTTPAPI) Create(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (api *HTTPAPI) CreateProvider(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (api *HTTPAPI) Destroy(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (api *HTTPAPI) Inspect(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (api *HTTPAPI) List(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (api *HTTPAPI) Pull(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (api *HTTPAPI) RegisterRoutes(r *httprouter.Router)
- func (api *HTTPAPI) Send(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (api *HTTPAPI) Snapshot(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPAPI ¶
type HTTPAPI struct {
// contains filtered or unexported fields
}
func NewHTTPAPI ¶
func (*HTTPAPI) Create ¶
func (api *HTTPAPI) Create(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
func (*HTTPAPI) CreateProvider ¶
func (api *HTTPAPI) CreateProvider(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
func (*HTTPAPI) Destroy ¶
func (api *HTTPAPI) Destroy(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
func (*HTTPAPI) Inspect ¶
func (api *HTTPAPI) Inspect(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
func (*HTTPAPI) List ¶
func (api *HTTPAPI) List(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
func (*HTTPAPI) Pull ¶
func (api *HTTPAPI) Pull(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
func (*HTTPAPI) RegisterRoutes ¶
func (api *HTTPAPI) RegisterRoutes(r *httprouter.Router)
func (*HTTPAPI) Send ¶
func (api *HTTPAPI) Send(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
func (*HTTPAPI) Snapshot ¶
func (api *HTTPAPI) Snapshot(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
Click to show internal directories.
Click to hide internal directories.