Expand description
The platform IPC surface.
Commands are the only way the frontend causes anything to happen. They are thin: they resolve state, call the domain, and translate errors — no logic lives here.
Structs§
- Command
Error - Error payload for IPC.
Functions§
- origin_
account_ disconnect - Remove an account and its credentials.
- origin_
accounts - Every connected account, across all connectors.
- origin_
app_ info - origin_
connectors - What this build can connect to.
- origin_
health - Overall health across every registered sync target.
- origin_
job_ cancel - Ask a job to stop.
- origin_
jobs - Jobs the application knows about, newest first.
- origin_
open_ url - Open an external URL.
- origin_
setting_ get - origin_
setting_ set - origin_
settings_ customised - origin_
sync_ now - Refresh one target now.
- origin_
sync_ status