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

Interface BeforeUpdateInterface

callbacks/interfaces.go:13–15  ·  callbacks/interfaces.go::BeforeUpdateInterface

Source from the content-addressed store, hash-verified

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

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