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

Method BeforeUpdate

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

Source from the content-addressed store, hash-verified

12
13type BeforeUpdateInterface interface {
14 BeforeUpdate(*gorm.DB) error
15}
16
17type AfterUpdateInterface interface {

Callers 1

BeforeUpdateFunction · 0.65

Implementers 5

Producttests/hooks_test.go
Product2tests/hooks_test.go
Product3tests/hooks_test.go
Product5tests/hooks_test.go
Mantests/submodel_test.go

Calls

no outgoing calls

Tested by

no test coverage detected