Documentation
¶
Index ¶
- Constants
- type TableForm
- type Tables
- func (t *Tables) Create(w http.ResponseWriter, r *http.Request)
- func (t *Tables) Edit(w http.ResponseWriter, r *http.Request)
- func (t *Tables) Index(w http.ResponseWriter, r *http.Request)
- func (t *Tables) Show(w http.ResponseWriter, r *http.Request)
- func (t *Tables) TextUpload(w http.ResponseWriter, r *http.Request)
- func (t *Tables) Update(w http.ResponseWriter, r *http.Request)
Constants ¶
View Source
const ( ShowTable = "show_table" EditTable = "edit_table" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tables ¶
type Tables struct { New *views.View ShowView *views.View IndexView *views.View EditView *views.View // contains filtered or unexported fields }
func (*Tables) Create ¶
func (t *Tables) Create(w http.ResponseWriter, r *http.Request)
Create POST /tables
func (*Tables) Edit ¶
func (t *Tables) Edit(w http.ResponseWriter, r *http.Request)
Edit GET /index/:id/edit
func (*Tables) Index ¶
func (t *Tables) Index(w http.ResponseWriter, r *http.Request)
Index GET /index
func (*Tables) Show ¶
func (t *Tables) Show(w http.ResponseWriter, r *http.Request)
Show GET /index/:id
func (*Tables) TextUpload ¶
func (t *Tables) TextUpload(w http.ResponseWriter, r *http.Request)
TextUpload POST /tables/:id/text
Click to show internal directories.
Click to hide internal directories.