Documentation ¶
Index ¶
- func SplitAddresses(addresses string) []string
- type Config
- type Session
- func (s *Session) C() *mgo.Collection
- func (s *Session) Close()
- func (s *Session) ConstructUpdate(set bson.M, unset bson.M) bson.M
- func (s *Session) EnsureAllIndexes(indexes []mgo.Index) error
- func (s *Session) EnsureIndexes() error
- func (s *Session) IsClosed() bool
- func (s *Session) Time() *time.Time
- func (s *Session) Timestamp() string
- type Status
- type Store
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitAddresses ¶ added in v1.20.0
Types ¶
type Config ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func (*Session) C ¶
func (s *Session) C() *mgo.Collection
func (*Session) ConstructUpdate ¶ added in v1.20.0
func (*Session) EnsureAllIndexes ¶ added in v1.20.0
func (*Session) EnsureIndexes ¶ added in v1.20.0
type Store ¶
func (*Store) NewSession ¶
Click to show internal directories.
Click to hide internal directories.