mongo

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package mongo contains the MongoDB subscriptions storage implementation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStorage

func NewStorage(ctx context.Context, cfgDb config.Db) (s storage.Storage, err error)

Types

type Condition

type Condition interface {
}

type ConditionBase

type ConditionBase struct {
	Id  string `bson:"id"`
	Not bool   `bson:"not"`
}

Jump to

Keyboard shortcuts

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