package
Version:
v0.0.0-...-d4d3a42
Opens a new window with list of versions in this module.
Published: Jan 5, 2024
License: MIT
Opens a new window with license information.
Imports: 2
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:"primaryKey;gorm:type:uuid;default:gen_random_uuid()"`
Title string
Author string
PubblicationDate string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.