♻️ refactor(core): rename list module to message
- rename list module to message for better clarity - update associated exports and references
This commit is contained in:
committed by
Jeremiah Russell
parent
a2a9e2cb53
commit
1eff43dad0
@@ -7,11 +7,11 @@
|
|||||||
mod credential;
|
mod credential;
|
||||||
mod error;
|
mod error;
|
||||||
mod labels;
|
mod labels;
|
||||||
mod list;
|
mod message;
|
||||||
pub(crate) mod utils;
|
pub(crate) mod utils;
|
||||||
|
|
||||||
pub use credential::Credential;
|
pub use credential::Credential;
|
||||||
pub use error::Error;
|
pub use error::Error;
|
||||||
pub use labels::Labels;
|
pub use labels::Labels;
|
||||||
pub use list::DEFAULT_MAX_RESULTS;
|
pub use message::DEFAULT_MAX_RESULTS;
|
||||||
pub use list::List;
|
pub use message::Message;
|
||||||
|
|||||||
Reference in New Issue
Block a user