Fix comments

This commit is contained in:
2020-12-06 01:06:20 +01:00
parent e087825026
commit 80a5c864c5
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -119,6 +119,7 @@ func (q *Query) OnDecode() (callbacks Callbacks) {
return q.ondecode
}
// OnClose callback is called after the mongox ends a loading procedure
func (q *Query) OnClose() (callbacks Callbacks) {
return q.onclose
}