Include computed incoming edges in raw endpoints
This commit is contained in:
parent
84ee7dfeb8
commit
7512aeafbf
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ pub struct Graph {
|
|||
pub root_node: String,
|
||||
#[serde(default)]
|
||||
pub messages: Vec<String>,
|
||||
#[serde(skip)]
|
||||
#[serde(skip_deserializing)]
|
||||
pub incoming: HashMap<String, Vec<Edge>>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue