Versions in this module Expand all Collapse all v0 v0.0.2 Mar 6, 2018 v0.0.1 Feb 13, 2018 Changes in this version + type Option func(concern *ReadConcern) + func Level(level string) Option + type ReadConcern struct + func Linearizable() *ReadConcern + func Local() *ReadConcern + func Majority() *ReadConcern + func New(options ...Option) *ReadConcern + func (rc *ReadConcern) MarshalBSONElement() (*bson.Element, error)