Created
October 28, 2021 00:54
-
-
Save rksm/61841fed1deff838890422ad82878197 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let req = ListenRequest { | |
database: db.clone(), | |
labels: HashMap::new(), | |
target_change: Some(TargetChange::AddTarget(Target { | |
target_id: 0x52757374, | |
once: false, | |
target_type: Some(TargetType::Documents(DocumentsTarget { | |
documents: vec![users_collection], | |
})), | |
resume_type: None, | |
})), | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment