aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--crates/shirabe/src/installer/installer_events.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/shirabe/src/installer/installer_events.rs b/crates/shirabe/src/installer/installer_events.rs
index feba67d..63a48f6 100644
--- a/crates/shirabe/src/installer/installer_events.rs
+++ b/crates/shirabe/src/installer/installer_events.rs
@@ -1 +1,7 @@
//! ref: composer/src/Composer/Installer/InstallerEvents.php
+
+pub struct InstallerEvents;
+
+impl InstallerEvents {
+ pub const PRE_OPERATIONS_EXEC: &'static str = "pre-operations-exec";
+}