We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e355ca commit 9b1029fCopy full SHA for 9b1029f
storage.go
@@ -10,12 +10,6 @@ import (
10
type Storage interface {
11
Query(Collection) QuerySet
12
Raw(Collection, bson.M) QuerySet
13
- // Insert(c Collection, docs ...interface{}) error
14
- // Update(filter, update interface{}) error
15
- // UpdateAll(filter, update interface{}) (info *mgo.ChangeInfo, err error)
16
- // Upsert(filter, update interface{}) (info *mgo.ChangeInfo, err error)
17
- // Remove(filter interface{}) error
18
- // RemoveAll(filter interface{}) (info *mgo.ChangeInfo, err error)
19
}
20
21
type mongoStorage struct {
0 commit comments