service backend
This commit is contained in:
11
api/pkg/db/repository/builder/accumulator.go
Normal file
11
api/pkg/db/repository/builder/accumulator.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package builder
|
||||
|
||||
import "go.mongodb.org/mongo-driver/bson"
|
||||
|
||||
type Accumulator interface {
|
||||
Build() bson.D
|
||||
}
|
||||
|
||||
type GroupAccumulator interface {
|
||||
Build() bson.D
|
||||
}
|
||||
Reference in New Issue
Block a user