code tidy up
This commit is contained in:
parent
112bc13fe9
commit
d6de8fbb8b
|
@ -24,9 +24,6 @@ type Session struct {
|
|||
IsAutoClose bool
|
||||
|
||||
// !nashtsai! storing these beans due to yet committed tx
|
||||
// afterInsertBeans []interface{}
|
||||
// afterUpdateBeans []interface{}
|
||||
// afterDeleteBeans []interface{}
|
||||
afterInsertBeans map[interface{}]*[]func(interface{})
|
||||
afterUpdateBeans map[interface{}]*[]func(interface{})
|
||||
afterDeleteBeans map[interface{}]*[]func(interface{})
|
||||
|
|
Loading…
Reference in New Issue