package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: May 10, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MongoResumeToken struct {
Token string `bson:"_data"`
}
type ResumeTokenState struct {
Db string `json:"db" bson:"db"`
Coll string `json:"coll" bson:"coll"`
LastMongoResumeToken string `json:"last_mongo_resume_token_raw" bson:"last_mongo_resume_token"`
LastMongoProcessedTime time.Time `json:"last_mongo_processed_time" bson:"last_mongo_processed_time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.