mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-07 10:22:29 +02:00
chore(merge) feature/event-system-cleanup (#13)
* feat(event-system) better communication interface
* feat(proton) update main.rs
* test
* Revert "test"
This reverts commit 68daf6eeb7.
This commit is contained in:
committed by
GitHub
parent
b40bc281d0
commit
aa4fef37b4
@@ -53,10 +53,9 @@ pub enum Cmd {
|
||||
handler: String,
|
||||
once: bool,
|
||||
},
|
||||
#[cfg(any(feature = "all-api", feature = "answer"))]
|
||||
Answer {
|
||||
event_id: String,
|
||||
#[cfg(any(feature = "all-api", feature = "emit"))]
|
||||
Emit {
|
||||
event: String,
|
||||
payload: String,
|
||||
salt: String,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user