MCPcopy
hub / github.com/go-gorm/gorm / AfterUpdate

Method AfterUpdate

callbacks/interfaces.go:18–18  ·  view source on GitHub ↗
(*gorm.DB)

Source from the content-addressed store, hash-verified

16
17type AfterUpdateInterface interface {
18 AfterUpdate(*gorm.DB) error
19}
20
21type BeforeSaveInterface interface {

Callers 1

AfterUpdateFunction · 0.65

Implementers 1

Producttests/hooks_test.go

Calls

no outgoing calls

Tested by

no test coverage detected