null mgt and put method

This commit is contained in:
ycc
2022-05-17 18:05:18 +02:00
parent 4be754b679
commit f1310a3a54
9 changed files with 447 additions and 116 deletions

View File

@ -33,7 +33,6 @@ type TableQuery struct {
// @Success 200 {string} success
// @Failure 403 :table put issue
// @router /:table [put]
func (t *TableController) Put() {
// var FilterUserPost = func(ctx *context.Context) {