Versions in this module Expand all Collapse all v1 v1.1.0 May 26, 2022 v1.0.0 May 26, 2022 Changes in this version + type Option func(concern *ReadConcern) + func Level(level string) Option + type ReadConcern struct + func Available() *ReadConcern + func Linearizable() *ReadConcern + func Local() *ReadConcern + func Majority() *ReadConcern + func New(options ...Option) *ReadConcern + func Snapshot() *ReadConcern + func (rc *ReadConcern) MarshalBSONValue() (bsontype.Type, []byte, error)