forked from MightyPork/elefren-fork
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
use super::status::Status;
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct Context {
|
||||
pub ancestors: Vec<Status>,
|
||||
pub descendants: Vec<Status>,
|
||||
}
|
||||
Reference in New Issue
Block a user