method
Store.GetPreference
func (backend *Store) GetPreference(
ctx context.Context,
collectionID schema.StableID,
userID,
key string,
) (store.Preference, error)Public method Store.GetPreference from github.com/riducms/ridu/adapters/sqlite.
Related types
StoreA SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.
StableIDA deterministic identifier for schema evolution.
PreferenceOne opaque per-user setting.