Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Commit 88a74cf

Browse files
authored
chore: rename stream.rs -> subscription.rs (#136)
1 parent 9635d93 commit 88a74cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
/.history/
2222

2323
# Converage
24-
/coverage/
24+
/coverage/

src/client/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ mod conection_id;
2121
mod connection;
2222
mod keepalive;
2323
mod production_future;
24-
mod stream;
24+
mod subscription;
2525

2626
pub use self::{
2727
actor::ConnectionActor,
2828
builder::ClientBuilder,
2929
conection_id::SubscriptionId,
3030
connection::{Connection, Message},
31-
stream::Subscription,
31+
subscription::Subscription,
3232
};
3333

3434
/// A GraphQL over Websocket client

0 commit comments

Comments
 (0)