package repository import "go.mongodb.org/mongo-driver/mongo" type DecodingFunc = func(r *mongo.Cursor) error