Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jul 9, 2024
1 parent 957b9fc commit ead3a38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,15 @@ type ClientCreationOpts struct {
// Required. The password for this account.
Password string

// Optional. If true, persistent storage will be used for the same user|device ID.
PersistentStorage bool
// Required for rust clients. The URL of the sliding sync proxy.
SlidingSyncURL string
// Optional. Set this to login with this device ID.
DeviceID string

// A hint to the client implementation that persistent storage is required. Clients may ignore
// this flag and always use persistence.
PersistentStorage bool

// Rust only. If set, enables the cross process refresh lock on the FFI client with the process name provided.
EnableCrossProcessRefreshLockProcessName string
// Rust only. If set with EnableCrossProcessRefreshLockProcessName=ProcessNameNSE, the client will be seeded
Expand Down

0 comments on commit ead3a38

Please sign in to comment.