mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 17:51:18 +00:00
impl: dir content pagination
This commit is contained in:
@@ -3,7 +3,9 @@ package virtualfs
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrNodeNotFound = errors.New("node not found")
|
||||
ErrNodeConflict = errors.New("node conflict")
|
||||
ErrUnsupportedOperation = errors.New("unsupported operation")
|
||||
ErrNodeNotFound = errors.New("node not found")
|
||||
ErrNodeConflict = errors.New("node conflict")
|
||||
ErrUnsupportedOperation = errors.New("unsupported operation")
|
||||
ErrCursorMismatchedOrderField = errors.New("cursor mismatched order field")
|
||||
ErrCursorMismatchedDirection = errors.New("cursor mismatched direction")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user