Discover Packages
github.com/why444216978/gin-api
app
module
goods
respository
package
Version:
v1.0.25
Opens a new window with list of versions in this module.
Published: Jun 22, 2022
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 Test struct {
Id uint `gorm:"column:id" json:"id"`
GoodsId uint64 `gorm:"column:goods_id" json:"goods_id"`
Name string `gorm:"column:name" json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.