This commit is contained in:
parent
20aa88ca51
commit
1b40c44854
1 changed files with 1 additions and 0 deletions
1
env/libconductor/src/event_types.rs
vendored
1
env/libconductor/src/event_types.rs
vendored
|
@ -28,5 +28,6 @@ pub struct NewSite {
|
||||||
#[serde(untagged)]
|
#[serde(untagged)]
|
||||||
pub enum EventType {
|
pub enum EventType {
|
||||||
NewSite(NewSite),
|
NewSite(NewSite),
|
||||||
|
DeleteSite(String),
|
||||||
Config(LibCOnfig),
|
Config(LibCOnfig),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue