package
Version:
v0.0.0-...-e68236f
Opens a new window with list of versions in this module.
Published: Jul 23, 2022
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 Post struct {
PostId string `gorm:"primaryKey;type:varchar(36);" json:"postId"`
UserId string `gorm:"type:varchar(36);index;" json:"userId"`
Contents string `gorm:"type:text;" json:"contents"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.