Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeStreamDocument ¶
type Oplog ¶
type Oplog struct { DocumentKey OplogDocumentKeyObject `bson:"documentKey"` Namespace OplogNamespaceObject `bson:"ns"` OperationType string `bson:"operationType"` UpdateDescription OplogUpdateDescriptionObject `bson:"updateDescription"` }
type OplogDocumentKeyObject ¶
type OplogDocumentKeyObject struct {
DocumentId string `bson:"_id"`
}
type OplogNamespaceObject ¶
type OplogUpdateDescriptionObject ¶
type OplogUpdateDescriptionObject struct {
UpdatedFields map[string]interface{} `bson:"updatedFields"`
}
Click to show internal directories.
Click to hide internal directories.