Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *gorm.DB
Functions ¶
Types ¶
type CommonTimeModel ¶
type Layout ¶
type Layout struct { CommonTimeModel Id uint64 `json:"id" gorm"primaryKey"` IsDeleted uint64 `json:"is_deleted" gorm:"default:0" ` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.