package callbacks import "github.com/jinzhu/gorm" func BeforeUpdate(db *gorm.DB) { } func Update(db *gorm.DB) { } func AfterUpdate(db *gorm.DB) { }