-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
replicator/pkg/estuary/mongo.go
Lines 59 to 64 in da070a2
| insertResult, err := std.collection.InsertOne(context.TODO(), row) | |
| if err != nil { | |
| log.Error().Err(err).Msgf("Error while inserting document") | |
| } | |
| fmt.Println("Inserted a single document: ", insertResult.InsertedID) | |
| case "delete": |