Documentation ¶ Index ¶ func CloneFromRemoteToLocal(fromMongoUri string, fromMongoDatabase string, fromMongoCollection string, ...) (ds.TxnDatastore, error) func CloneFromRemoteToRemote(fromMongoUri string, fromMongoDatabase string, fromMongoCollection string, ...) (ds.TxnDatastore, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CloneFromRemoteToLocal ¶ func CloneFromRemoteToLocal( fromMongoUri string, fromMongoDatabase string, fromMongoCollection string, toBadgerRepo string, parallel int, verbose bool, ) (ds.TxnDatastore, error) func CloneFromRemoteToRemote ¶ added in v1.0.1 func CloneFromRemoteToRemote( fromMongoUri string, fromMongoDatabase string, fromMongoCollection string, toMongoUri string, toMongoDatabase string, toMongoCollection string, parallel int, verbose bool, ) (ds.TxnDatastore, error) Types ¶ This section is empty. Source Files ¶ View all Source files clone.go Click to show internal directories. Click to hide internal directories.