feat: add function to announce changes to other nodes
Most users of applications that make job COB changes will probably want them announced sooner rather than later. It’d be good to avoid having to duplicate the announcement code in every such application.
Signed-off-by: Lars Wirzenius liw@liw.fi
2 files changed
+61
-3
574129a2
→
4eaf59cd
modified src/error.rs
@@ -47,3 +47,17 @@ pub enum Apply {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified src/lib.rs
@@ -49,10 +49,11 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -61,8 +62,11 @@ use radicle::cob::{self, store, EntryId, Evaluate, ObjectId, Op, TypeName};
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -817,6 +821,46 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|