DataReader -
| 23 | |
| 24 | // DataReader - |
| 25 | type DataReader struct { |
| 26 | database *db.Memory |
| 27 | } |
| 28 | |
| 29 | // NewDataReader - Creates a new DataReader |
| 30 | func NewDataReader(database *db.Memory) *DataReader { |
nothing calls this directly
no outgoing calls
no test coverage detected