mongo

package
v0.0.0-...-2c27dae Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2022 License: Apache-2.0 Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

type Connector struct {
	abstract.ConfigurableConnector
	Client     *mongo.Client
	Database   *mongo.Database
	Collection *mongo.Collection
}

Connector ... struct containing info on how to connect to a mongo db

func NewMongoConnector

func NewMongoConnector() *Connector

NewMongoConnector ... Factory

func (*Connector) CloseConnection

func (c *Connector) CloseConnection()

CloseConnection ... Disconnects and deallocates resources

func (*Connector) InitConnection

func (c *Connector) InitConnection(def *conf.DataSourceDefinition)

InitConnection ... Instantiate the connection with the remote DB

Jump to

Keyboard shortcuts

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