Files
kubesphere/vendor/github.com/globalsign/mgo/bson
zryfish 641615b299 This is a huge commit, it does following things: (#1942)
1. Remove ks-iam standalone binary, move it to ks-apiserver
2. Generate all devops apis inside kubesphere repository, no need to
import s2ioperator.
3. Reorganize ldap code, make it more flexible to use.
2020-03-10 13:50:17 +08:00
..
2019-09-26 13:41:00 +08:00
2019-09-26 13:41:00 +08:00
2019-09-26 13:41:00 +08:00
2019-09-26 13:41:00 +08:00
2019-09-26 13:41:00 +08:00
2019-09-26 13:41:00 +08:00
2019-09-26 13:41:00 +08:00
2019-09-26 13:41:00 +08:00
2019-09-26 13:41:00 +08:00

GoDoc

An Implementation of BSON for Go

Package bson is an implementation of the BSON specification for Go.

While the BSON package implements the BSON spec as faithfully as possible, there is some MongoDB specific behaviour (such as map keys $in, $all, etc) in the bson package. The priority is for backwards compatibility for the mgo driver, though fixes for obviously buggy behaviour is welcome (and features, etc behind feature flags).