Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions mdbstructs/oplog.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,3 @@ type Oplog struct {
type OplogTimestampOnly struct {
Timestamp bson.MongoTimestamp `bson:"ts"`
}

type OplogPosition struct {
Timestamp bson.MongoTimestamp
HistoryID int64
}