Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Directory 目录 Directory string = "M" // Menu 菜单 Menu string = "C" // Button 按钮 Button string = "F" )
Menu 菜单中的类型枚举值
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlBy ¶
type Migration ¶
type ModelTimeHardDelete ¶
type ModelTimeHardDelete struct { CreatedAt time.Time `json:"createdAt" gorm:"comment:创建时间"` UpdatedAt time.Time `json:"updatedAt" gorm:"comment:最后更新时间"` }
ModelTimeHardDelete We'd like to hard delete...
Click to show internal directories.
Click to hide internal directories.