feat: delete stie event
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-11 18:49:04 +05:30
parent 20aa88ca51
commit 1b40c44854
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -28,5 +28,6 @@ pub struct NewSite {
#[serde(untagged)]
pub enum EventType {
NewSite(NewSite),
DeleteSite(String),
Config(LibCOnfig),
}