Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDbAndCollection ¶
Split the namespace to get the database name namespace = "database.collection.bla" parts = ["database", "collection.bla"]
Types ¶
type GenericObject ¶
type GenericOplog ¶
type ParsedLog ¶
type ParsedLog struct { Timestamp primitive.Timestamp `bson:"ts" json:"ts"` Term *int64 `bson:"t" json:"t"` Hash *int64 `bson:"h" json:"h"` Version int `bson:"v" json:"v"` Operation string `bson:"op" json:"op"` Gid string `bson:"g,omitempty" json:"g,omitempty"` Namespace string `bson:"ns" json:"ns"` Object bson.D `bson:"o" json:"o"` Query bson.D `bson:"o2" json:"o2"` // update condition UniqueIndexes bson.M `bson:"uk,omitempty" json:"uk,omitempty"` // LSID bson.Raw `bson:"lsid,omitempty" json:"lsid,omitempty"` // mark the session id, used in transaction FromMigrate bool `bson:"fromMigrate,omitempty" json:"fromMigrate,omitempty"` // move chunk TxnNumber *int64 `bson:"txnNumber,omitempty" json:"txnNumber,omitempty"` // transaction number in session DocumentKey bson.D `bson:"documentKey,omitempty" json:"documentKey,omitempty"` // exists when source collection is sharded, only including shard key and _id PrevOpTime bson.Raw `bson:"prevOpTime,omitempty"` UI *primitive.Binary `bson:"ui,omitempty" json:"ui,omitempty"` // do not enable currently }
Click to show internal directories.
Click to hide internal directories.