Memory is a mock of Memory interface.
| 20 | |
| 21 | // Memory is a mock of Memory interface. |
| 22 | type Memory struct { |
| 23 | ctrl *gomock.Controller |
| 24 | recorder *MemoryMockRecorder |
| 25 | isgomock struct{} |
| 26 | } |
| 27 | |
| 28 | // MemoryMockRecorder is the mock recorder for Memory. |
| 29 | type MemoryMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected