package
Version:
v0.0.0-...-4d32bc5
Opens a new window with list of versions in this module.
Published: Dec 30, 2019
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 Article struct {
gorm.Model
Title string `gorm:"column:title"`
Author string `gorm:"column:author;index"`
Abstract string `gorm:"column:abstract"`
FilePath string `gorm:"column:filepath"`
InitialGrade int `gorm:"column:initial_grade"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.