Skip to content

Commit

Permalink
re-export Authenticator in authentication module
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzytula committed Jan 9, 2025
1 parent 098b6dd commit 0169f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scylla/src/authentication/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
use async_trait::async_trait;
use bytes::{BufMut, BytesMut};

pub use crate::frame::Authenticator;

/// Type to represent an authentication error message.
pub type AuthError = String;

Expand Down
2 changes: 1 addition & 1 deletion scylla/src/transport/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub use crate::frame::Authenticator;

0 comments on commit 0169f42

Please sign in to comment.