Improve SSTable codebase #2
Closed
Annotations
10 errors
|
|
|
go/sstable/sstable.go#L236
cannot use &errorCursor{…} (value of type *errorCursor) as Cursor value in return statement: *errorCursor does not implement Cursor (wrong type for method Entry)
|
|
go/sstable/sstable.go#L229
c.Error undefined (type CursorToOffset has no field or method Error)
|
|
go/sstable/sstable.go#L229
cannot use &errorCursor{…} (value of type *errorCursor) as Cursor value in return statement: *errorCursor does not implement Cursor (wrong type for method Entry)
|
|
go/sstable/sstable.go#L228
c.Error undefined (type CursorToOffset has no field or method Error)
|
|
go/sstable/sstable.go#L201
cannot use &errorCursor{…} (value of type *errorCursor) as Cursor value in return statement: *errorCursor does not implement Cursor (wrong type for method Entry)
|
|
go/sstable/sstable.go#L191
c.Error undefined (type CursorToOffset has no field or method Error)
|
|
go/sstable/sstable.go#L191
cannot use &errorCursor{…} (value of type *errorCursor) as Cursor value in return statement: *errorCursor does not implement Cursor (wrong type for method Entry)
|
|
go/sstable/sstable.go#L190
c.Error undefined (type CursorToOffset has no field or method Error)
|
|
go/sstable/sstable.go#L9
"errors" imported and not used
|
The logs for this run have expired and are no longer available.
Loading