mongo

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mongo

type Mongo struct {
	URI               string
	Database          string
	TopicsCollection  string
	ContentCollection string
	Connection        *dpMongoDriver.MongoConnection
	Username          string
	Password          string

	IsSSL bool
	// contains filtered or unexported fields
}

Mongo represents a simplistic MongoDB config, with session, health and lock clients

func (*Mongo) CheckTopicExists added in v0.4.0

func (m *Mongo) CheckTopicExists(ctx context.Context, id string) error

CheckTopicExists checks that the topic exists

func (*Mongo) Checker

func (m *Mongo) Checker(ctx context.Context, state *healthcheck.CheckState) error

Checker is called by the healthcheck library to check the health state of this mongoDB instance

func (*Mongo) Close

func (m *Mongo) Close(ctx context.Context) error

Close closes the mongo session and returns any error

func (*Mongo) GetContent added in v0.4.0

func (m *Mongo) GetContent(ctx context.Context, id string, queryTypeFlags int) (*models.ContentResponse, error)

GetContent retrieves a content document by its ID

func (*Mongo) GetTopic added in v0.3.0

func (m *Mongo) GetTopic(ctx context.Context, id string) (*models.TopicResponse, error)

GetTopic retrieves a topic document by its ID

func (*Mongo) Init

func (m *Mongo) Init(ctx context.Context, shouldEnableReadConcern, shouldEnableWriteConcern bool) (err error)

Init creates a new mongoConnection with a strong consistency and a write mode of "majority".

Jump to

Keyboard shortcuts

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