service backend
This commit is contained in:
5
api/pkg/db/repository/decoder/decoder.go
Normal file
5
api/pkg/db/repository/decoder/decoder.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package repository
|
||||
|
||||
import "go.mongodb.org/mongo-driver/mongo"
|
||||
|
||||
type DecodingFunc = func(r *mongo.Cursor) error
|
||||
Reference in New Issue
Block a user