Discover Packages
github.com/chuccp/go-web-frame
example
model
package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Mar 17, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Info struct {
Id uint `gorm:"primaryKey;autoIncrement;column:id" json:"id"`
Color string `gorm:"size:255;not null" json:"color"`
}
type User struct {
Id uint `gorm:"primaryKey;autoIncrement;column:id" json:"id"`
Name string `gorm:"size:255;not null" json:"name"`
Info Info `gorm:"not null" json:"info"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.