mongo

package
v0.1.270-asynq-engine.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2022 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 ConnectionConfig

type ConnectionConfig struct {
	URI        string `json:"uri" mapstructure:"URI"`
	DB         string `json:"db" mapstructure:"DB"`
	Collection string `json:"collection" mapstructure:"COLLECTION"`
	Timeout    int64  `json:"timeout" mapstructure:"TIMEOUT"`
}

ConnectionConfig ...

type IMongoConnectionConfigStore

type IMongoConnectionConfigStore interface {
	GetConnectionConfig() *ConnectionConfig
}

IMongoConnectionConfigStore ...

Jump to

Keyboard shortcuts

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