method

Store.DismissTaskForTarget

func (backend *Store) DismissTaskForTarget( ctx context.Context, id, slug string, target store.DocumentReference, ) error

Public method Store.DismissTaskForTarget from github.com/riducms/ridu/adapters/sqlite.

Source adapters/sqlite/tasks.go:150

@param ctx
The ctx value.
@param id
The id value.
@param slug
The slug value.
@param target
The target value.
@returns
The declared result.

Related types

  • Store

    A SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.

  • DocumentReference

    Collection and document identity for framework-owned cleanup.