Documentation
¶
Overview ¶
Package share is where the workers for Cozy to Cozy sharings are defined.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WorkerAutoAccept ¶
func WorkerAutoAccept(ctx *job.TaskContext) error
WorkerAutoAccept handles auto-acceptance of drive sharings from trusted senders
func WorkerGroup ¶
func WorkerGroup(ctx *job.TaskContext) error
WorkerGroup is used to update the list of members of sharings for a group when someone is added or removed to this group.
func WorkerReplicate ¶
func WorkerReplicate(ctx *job.TaskContext) error
WorkerReplicate is used for the replication of documents to the other members of a sharing.
func WorkerTrack ¶
func WorkerTrack(ctx *job.TaskContext) error
WorkerTrack is used to update the io.cozy.shared database when a document that matches a sharing rule is created/updated/remove
func WorkerUpdate ¶
func WorkerUpdate(ctx *job.TaskContext) error
func WorkerUpload ¶
func WorkerUpload(ctx *job.TaskContext) error
WorkerUpload is used to upload files for a sharing
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.