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/postgres.

Source adapters/postgres/tasks.go:136

@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 PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.

  • DocumentReference

    Collection and document identity for framework-owned cleanup.