modified radicle-cob/src/object/collaboration.rs
@@ -23,6 +23,9 @@ pub mod info;
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/error.rs
@@ -25,6 +25,13 @@ pub enum Create {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
added radicle-cob/src/object/collaboration/remove.rs
@@ -0,0 +1,33 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-cob/src/object/storage.rs
@@ -61,6 +61,7 @@ pub trait Storage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -84,6 +85,14 @@ pub trait Storage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/test/storage.rs
@@ -96,6 +96,7 @@ impl object::Storage for Storage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -157,4 +158,21 @@ impl object::Storage for Storage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified radicle/src/storage/git.rs
@@ -705,6 +705,7 @@ impl cob::object::Storage for Repository {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -780,6 +781,19 @@ impl cob::object::Storage for Repository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|