diff --git a/env/libconductor/src/event_types.rs b/env/libconductor/src/event_types.rs index 5e63bdf..6e42f3a 100644 --- a/env/libconductor/src/event_types.rs +++ b/env/libconductor/src/event_types.rs @@ -30,6 +30,7 @@ pub enum EventType { }, Config { + hostname: String, data: LibConfig, }, }