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

Struct processor

callbacks.go:33–38  ·  callbacks.go::processor

Source from the content-addressed store, hash-verified

31}
32
33type processor struct {
34 db *DB
35 Clauses []string
36 fns []func(*DB)
37 callbacks []*callback
38}
39
40type callback struct {
41 name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected