DalgormTransaction represents a gorm transaction which using the same underlying session for all queries
| 27 | // DalgormTransaction represents a gorm transaction which using the same underlying |
| 28 | // session for all queries |
| 29 | type DalgormTransaction struct { |
| 30 | *Dalgorm |
| 31 | } |
| 32 | |
| 33 | var _ dal.Transaction = (*DalgormTransaction)(nil) |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected