DalCursorIterator FIXME ...
| 34 | |
| 35 | // DalCursorIterator FIXME ... |
| 36 | type DalCursorIterator struct { |
| 37 | db dal.Dal |
| 38 | cursor dal.Rows |
| 39 | elemType reflect.Type |
| 40 | batchSize int |
| 41 | } |
| 42 | |
| 43 | // NewDalCursorIterator FIXME ... |
| 44 | func NewDalCursorIterator(db dal.Dal, cursor dal.Rows, elemType reflect.Type) (*DalCursorIterator, errors.Error) { |
nothing calls this directly
no outgoing calls
no test coverage detected