Rename request mod to subscription

This commit is contained in:
Greg Heartsfield
2021-11-24 14:29:31 -06:00
parent 0b7742cfb1
commit 0bac2cbfc8
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
pub mod error;
pub mod event;
pub mod proto;
pub mod request;
pub mod subscription;