mangomodule

package
v0.0.0-...-a538cea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DialContext

type DialContext struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func (*DialContext) Close

func (c *DialContext) Close()

goroutine safe

func (*DialContext) Take

func (c *DialContext) Take() *Session

type MangoModule

type MangoModule struct {
	// contains filtered or unexported fields
}

func (*MangoModule) Init

func (slf *MangoModule) Init(url string, sessionNum uint32, dialTimeout time.Duration, timeout time.Duration) error

func (*MangoModule) Take

func (slf *MangoModule) Take() *Session

type Session

type Session struct {
	*mgo.Session
}

session

func (*Session) EnsureCounter

func (s *Session) EnsureCounter(db string, collection string, id string) error

goroutine safe

func (*Session) EnsureIndex

func (s *Session) EnsureIndex(db string, collection string, key []string) error

goroutine safe

func (*Session) EnsureUniqueIndex

func (s *Session) EnsureUniqueIndex(db string, collection string, key []string) error

goroutine safe

func (*Session) NextSeq

func (s *Session) NextSeq(db string, collection string, id string) (int, error)

goroutine safe

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL