mongomodule

package
v1.17.5 Latest Latest
Warning

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

Go to latest
Published: May 22, 2022 License: Apache-2.0 Imports: 6 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) Ref

func (c *DialContext) Ref() *Session

goroutine safe

func (*DialContext) UnRef

func (c *DialContext) UnRef(s *Session)

goroutine safe

type MongoModule

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

func (*MongoModule) Init

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

func (*MongoModule) Ref

func (slf *MongoModule) Ref() *Session

func (*MongoModule) UnRef

func (slf *MongoModule) UnRef(s *Session)

type Session

type Session struct {
	*mgo.Session
	// contains filtered or unexported fields
}

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, bBackground bool) error

goroutine safe

func (*Session) EnsureUniqueIndex

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

goroutine safe

func (*Session) NextSeq

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

goroutine safe

type SessionHeap

type SessionHeap []*Session

func (SessionHeap) Len

func (h SessionHeap) Len() int

func (SessionHeap) Less

func (h SessionHeap) Less(i, j int) bool

func (*SessionHeap) Pop

func (h *SessionHeap) Pop() interface{}

func (*SessionHeap) Push

func (h *SessionHeap) Push(s interface{})

func (SessionHeap) Swap

func (h SessionHeap) Swap(i, j int)

Jump to

Keyboard shortcuts

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