package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 9, 2023
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package mongo contains the MongoDB subscriptions storage implementation.
type Condition interface {
}
type ConditionBase struct {
Id string `bson:"id"`
Not bool `bson:"not"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.