MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / EventMessage

Class EventMessage

flow-rs/src/debug/protocol.rs:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30#[derive(Serialize, Deserialize)]
31pub struct EventMessage {
32 pub event: String,
33 #[serde(flatten, default)]
34 pub args: Map<String, Value>,
35}
36
37#[derive(Serialize, Deserialize)]
38pub struct ResponseMessage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected