Documentation ¶
Overview ¶
Package notepad provides a simple CRUD application in a web page.
Index ¶
- func Create(w http.ResponseWriter, r *http.Request)
- func Destroy(w http.ResponseWriter, r *http.Request)
- func Edit(w http.ResponseWriter, r *http.Request)
- func Index(w http.ResponseWriter, r *http.Request)
- func Load()
- func Show(w http.ResponseWriter, r *http.Request)
- func Store(w http.ResponseWriter, r *http.Request)
- func Update(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Destroy ¶
func Destroy(w http.ResponseWriter, r *http.Request)
Destroy handles the delete form submission.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.