DB GORM DB definition
| 106 | |
| 107 | // DB GORM DB definition |
| 108 | type DB struct { |
| 109 | *Config |
| 110 | Error error |
| 111 | RowsAffected int64 |
| 112 | Statement *Statement |
| 113 | clone int |
| 114 | } |
| 115 | |
| 116 | // Session session config when create session with Session() method |
| 117 | type Session struct { |
nothing calls this directly
no outgoing calls
no test coverage detected