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

Source adapters/mongodb/tasks.go:810

@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 replica-set implementation of Ridu’s document, snapshot, auth, preference, task, lock, upload, readiness, and migration contracts.

  • DocumentReference

    Collection and document identity for framework-owned cleanup.