palm-sync
Preparing search index...
ConduitInterface
Interface ConduitInterface
The interface that all conduits must implement to be properly used in sync functions
interface
ConduitInterface
{
name
:
string
;
execute
(
dlpConnection
:
DlpConnection
,
conduitData
:
ConduitData
,
fs
:
DatabaseStorageInterface
,
)
:
Promise
<
void
>
;
}
Implemented by
DownloadNewResourcesConduit
InstallNewResourcesConduit
RestoreResourcesConduit
SyncDatabasesConduit
UpdateClockConduit
UpdateSyncInfoConduit
Index
Properties
name
Methods
execute
Properties
name
name
:
string
Methods
execute
execute
(
dlpConnection
:
DlpConnection
,
conduitData
:
ConduitData
,
fs
:
DatabaseStorageInterface
,
)
:
Promise
<
void
>
Parameters
dlpConnection
:
DlpConnection
conduitData
:
ConduitData
fs
:
DatabaseStorageInterface
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
Methods
execute
palm-sync
Loading...
The interface that all conduits must implement to be properly used in sync functions