Module automation

Module automation 

Source
Expand description

Automation and integration module

This module contains handlers for automating file operations and integrations:

  • Automations and automation runs
  • Behaviors (webhooks, auto-encrypt, etc.)
  • Remote servers and syncs
  • Remote mount backends

Re-exports§

pub use automation_runs::AutomationRunHandler;
pub use automations::AutomationHandler;
pub use behaviors::BehaviorHandler;
pub use remote_mount_backends::RemoteMountBackendHandler;
pub use remote_servers::RemoteServerHandler;
pub use sync_runs::SyncRunHandler;
pub use syncs::SyncHandler;
pub use automation_runs::AutomationRunEntity;
pub use automations::AutomationEntity;
pub use automations::AutomationTrigger;
pub use automations::AutomationType;
pub use behaviors::BehaviorEntity;
pub use remote_mount_backends::RemoteMountBackendEntity;
pub use remote_servers::RemoteServerEntity;
pub use sync_runs::SyncRunEntity;
pub use syncs::SyncEntity;

Modules§

automation_runs
automations
Automation operations
behaviors
Behavior operations
remote_mount_backends
remote_servers
Remote Server operations
sync_runs
syncs