Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-datastore
Commits
2cec99fa
Unverified
Commit
2cec99fa
authored
Mar 22, 2019
by
Michael Avila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note for where implementation may need to go
parent
7a8c70e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mount/mount.go
mount/mount.go
+2
-0
No files found.
mount/mount.go
View file @
2cec99fa
...
...
@@ -139,6 +139,7 @@ func (h *querySet) next() (query.Result, bool) {
}
head
:=
h
.
heads
[
0
]
next
:=
head
.
next
for
head
.
advance
()
{
if
head
.
next
.
Error
==
nil
{
for
_
,
f
:=
range
h
.
query
.
Filters
{
...
...
@@ -146,6 +147,7 @@ func (h *querySet) next() (query.Result, bool) {
continue
}
}
// can limit and offset be implemented here?
}
heap
.
Fix
(
h
,
0
)
return
next
,
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment