♻️ refactor(core): rename labels module to gmail_client
- rename labels module to gmail_client for better clarity and context
This commit is contained in:
committed by
Jeremiah Russell
parent
c5ba366ade
commit
ebd5d56603
@@ -9,7 +9,7 @@ mod credential;
|
|||||||
mod delete;
|
mod delete;
|
||||||
mod eol_action;
|
mod eol_action;
|
||||||
mod error;
|
mod error;
|
||||||
mod labels;
|
mod gmail_client;
|
||||||
mod message_list;
|
mod message_list;
|
||||||
mod processor;
|
mod processor;
|
||||||
mod retention;
|
mod retention;
|
||||||
@@ -22,7 +22,7 @@ pub use credential::Credential;
|
|||||||
pub use delete::Delete;
|
pub use delete::Delete;
|
||||||
pub use eol_action::EolAction;
|
pub use eol_action::EolAction;
|
||||||
pub use error::Error;
|
pub use error::Error;
|
||||||
pub use labels::Labels;
|
pub use gmail_client::GmailClient;
|
||||||
pub use message_list::DEFAULT_MAX_RESULTS;
|
pub use message_list::DEFAULT_MAX_RESULTS;
|
||||||
pub use message_list::MessageList;
|
pub use message_list::MessageList;
|
||||||
pub use processor::Processor;
|
pub use processor::Processor;
|
||||||
|
|||||||
Reference in New Issue
Block a user