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