Discover Packages
github.com/hhxsv5/gin-x-skeleton
app
http
request
validator
package
Version:
v0.0.0-...-e1e0139
Opens a new window with list of versions in this module.
Published: May 21, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type TestDetail struct {
Id string `form:"id"`
}
type TestList struct {
Ids []uint64
Keyword string `form:"keyword"`
Status uint16 `form:"status"`
}
type TestUpdate struct {
Name string `form:"name" json:"name" binding:"required"`
Number uint64 `form:"number" json:"number" binding:"required"`
Type uint16 `form:"type" json:"type" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.