Module radicle_cob::object::collaboration
source · Modules§
ChangeGraphInfo
provides a useful debugging structure for representing a singlecrate::CollaborativeObject
’s underlying change graph.
Structs§
- A collaborative object
- The metadata required for creating a new
CollaborativeObject
. - The data required to update an object
- Result of an
update
operation.
Traits§
- An object that can be built by evaluating a history.
Functions§
- Create a new
CollaborativeObject
. - Get a
CollaborativeObject
, if it exists. - List a set of
CollaborativeObject
. - Remove a
crate::CollaborativeObject
. - Update an existing
CollaborativeObject
.