golang - go upper.io/db/mongo包如何使用update 一个字段
高洛峰
高洛峰 2017-04-28 09:06:23
0
1
525

https://godoc.org/upper.io/db/mongo这个包

我想操做mongo如何用这个包更新其中的一个字段
func (self *Result) Update(src interface{}) error
这个函数的传参没有看懂 求解
例如 我有一个`type info struct {

Taskid string `json:"taskid" db:",omitempty,json"` URL string `json:"url" db:",json"` Method string `json:"method" db:",json"` Cookie string `json:"cookie" db:",json"` Body string `json:"data" db:",json"` User_agent string `json:"user-agent" db:",json"` Status int `json:"status" db:",json"` config string `json:"tech" db:",json"`

}
`
只想更新其中一条的status值 如何实现

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all (1)
大家讲道理

Pass this model or composition map in, then change the status and leave everything else unchanged

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!