✨ feat(gh-release): add delete module
- introduce delete module for handling deletion operations
This commit is contained in:
committed by
Jeremiah Russell
parent
061048797c
commit
13a0b1496f
@@ -6,6 +6,7 @@
|
||||
|
||||
mod config;
|
||||
mod credential;
|
||||
mod delete;
|
||||
mod eol_action;
|
||||
mod error;
|
||||
mod labels;
|
||||
@@ -17,6 +18,7 @@ pub(crate) mod utils;
|
||||
|
||||
pub use config::Config;
|
||||
pub use credential::Credential;
|
||||
pub use delete::Delete;
|
||||
pub use eol_action::EolAction;
|
||||
pub use error::Error;
|
||||
pub use labels::Labels;
|
||||
|
||||
Reference in New Issue
Block a user