package
Version:
v0.0.0-...-6a1d814
Opens a new window with list of versions in this module.
Published: Oct 31, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
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 uint `json:"id" gorm:"primaryKey`
Title string `json:"title"`
Author string `json:"author"`
}
Book book的模型
Source Files
¶
Click to show internal directories.
Click to hide internal directories.