method

Store.DeletePreference

func (backend *Store) DeletePreference( ctx context.Context, collectionID schema.StableID, userID, key string, ) error

Public method Store.DeletePreference from github.com/riducms/ridu/adapters/postgres.

Source adapters/postgres/preferences.go:49

@param ctx
The ctx value.
@param collectionID
The collectionID value.
@param userID
The userID value.
@param key
The key value.
@returns
The declared result.

Related types

  • Store

    A PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.

  • StableID

    A deterministic identifier for schema evolution.