mongo

package
v0.0.0-...-43305c2 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Hosts            []string `mapstructure:"hosts"`
	ReplicaSet       string   `mapstructure:"replica_set"`
	Username         string   `mapstructure:"username"`
	Password         string   `mapstructure:"password"`
	SSL              bool     `mapstructure:"ssl"`
	RetryWrites      bool     `mapstructure:"retry_writes"`
	ConnectionString string   `mapstructure:"connection_string"`
	Database         string   `mapstructure:"database"`
	Collection       string   `mapstructure:"collection"`
}

Jump to

Keyboard shortcuts

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