package
4.4.10
Repository: https://github.com/pydio/cells.git
Documentation: pkg.go.dev

# Functions

NewFSClient initiate a FileSystem client and stats the provided root.
No description provided by the author
PipeChan builds a new dynamically sized channel.

# Constants

No description provided by the author

# Variables

EventTypeAll contains the notify events that will cause a put (writer).
EventTypeCreate contains the notify events that will cause a put (writer).
EventTypeDelete contains the notify events that will cause a delete (remove).
On macOS, FreeBSD, Solaris this is not available.
EventTypePut contains the notify events that will cause a put (writer).
EventTypeRename contains the notify events that will cause a put (writer).
EventTypeWrite contains the notify events that will cause a put (writer).

# Structs

No description provided by the author
FSClient implementation of an endpoint Implements all Sync interfaces (PathSyncTarget, PathSyncSource, DataSyncTarget and DataSyncSource) Takes a root folder as main parameter Underlying calls to FS are done through Afero.FS virtualization, allowing for mockups and automated testings.
No description provided by the author
No description provided by the author