package
Version:
v0.0.0-...-f75d1de
Opens a new window with list of versions in this module.
Published: Mar 6, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Book struct {
ID uuid.UUID `gorm:"type:uuid;primary_key" json:"id"`
Name string `gorm:"size:128" json:"name"`
Page uint `gorm:"" json:"page"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.