Module collaboration

Source

Modules§

error
info
ChangeGraphInfo provides a useful debugging structure for representing a single crate::CollaborativeObject’s underlying change graph.

Structs§

CollaborativeObject
A collaborative object
Create
The metadata required for creating a new CollaborativeObject.
Update
The data required to update an object
Updated
Result of an update operation.

Traits§

Evaluate
An object that can be built by evaluating a history.

Functions§

create
Create a new CollaborativeObject.
get
Get a CollaborativeObject, if it exists.
list
List a set of CollaborativeObject.
parse_refstr
Takes a refname and performs a best attempt to extract out the TypeName and ObjectId from it.
remove
Remove a crate::CollaborativeObject.
update
Update an existing CollaborativeObject.