Structs§
- Batch
Entry Failure - Per-entry failed result.
- Batch
Entry Payload - Single entry used by
load_allandsave_all. - Batch
Entry Success - Per-entry successful result.
- Batch
Payload - Batch payload used by
load_allandsave_all. - Batch
RunResult - Top-level batch response.
- Configurate
Payload - Unified payload sent from TypeScript side for create/load/save/delete.
- Keyring
Entry - A single keyring entry containing the keyring id and its plaintext value.
- Keyring
Options - Options required to access the OS keyring. The final key stored in the OS keyring uses:
- Normalized
Configurate Payload - Normalized payload used internally across all commands.
- Path
Options - Optional path options sent from the guest side.
- Provider
Payload - Provider payload sent from the guest side.
- Sqlite
Column - Flattened column definition for SQLite persistence.
- Unlock
Payload - Payload for the
unlockcommand.
Enums§
- Batch
Entry Result - Per-entry result envelope.
- Error
- Normalized
Provider - Normalized provider used internally after payload normalization.
- Provider
Kind - Supported provider kinds for the normalized runtime model.
- Sqlite
Value Type - Value type inferred from
defineConfigfor SQLite column materialization. - Storage
Format - Supported storage file formats (legacy input compatibility).
Constants§
Traits§
- Configurate
Ext - Extensions to
tauri::App,tauri::AppHandleandtauri::Windowto access the configurate APIs.
Functions§
- init
- Initializes the plugin.