Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ModifyStatementCreate ¶
func ModifyStatementWhere ¶
Types ¶
type AddStatement ¶
type AddStatement struct {
EnableTables string // 启用的表, 多个表通过英文逗号拆分, 并且字符串前后都有英文逗号, `,table1,table2,`
}
func (*AddStatement) Initialize ¶
func (plugin *AddStatement) Initialize(db *gorm.DB) (err error)
func (*AddStatement) Name ¶
func (plugin *AddStatement) Name() string
Click to show internal directories.
Click to hide internal directories.