第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何獲得收藏的獨特價值

如何獲得收藏的獨特價值

Go
HUWWW 2023-06-19 14:00:55
我正在嘗試使用 mongodb 和 Go,但無法獲得集合中字段的不同值。這是我的代碼:import (    "context"    "fmt"    "log"    "time"    "go.mongodb.org/mongo-driver/mongo"    "go.mongodb.org/mongo-driver/mongo/options")type House struct {    Ciudad string}func main() {    client, err := mongo.NewClient(options.Client().ApplyURI("mongodb://localhost:27017"))    if err != nil {        log.Fatal(err)    }    ctx, _ := context.WithTimeout(context.Background(), 10*time.Second)    err = client.Connect(ctx)    collection := client.Database("test").Collection("houses")    var house repository.House    fmt.Println(collection.Distinct(ctx, "City", &house))}執(zhí)行此操作后,我總是得到一個空數(shù)組。這段代碼有什么錯誤嗎?
查看完整描述

1 回答

?
12345678_0001

TA貢獻1802條經(jīng)驗 獲得超5個贊

更換線路

fmt.Println(collection.Distinct(ctx,?"City",?&house))

fmt.Println(collection.Distinct(ctx,?"City",?bson.D{{}}))

請注意,Distinct()返回兩個值,([]interface, error).


查看完整回答
反對 回復 2023-06-19
  • 1 回答
  • 0 關注
  • 114 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網(wǎng)微信公眾號