Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CRUDHandler ¶
type CRUDHandler interface { Create(w http.ResponseWriter, r *http.Request) Read(w http.ResponseWriter, r *http.Request) Update(w http.ResponseWriter, r *http.Request) Delete(w http.ResponseWriter, r *http.Request) }
CRUDHandler .
Click to show internal directories.
Click to hide internal directories.