method

Store.FindTask

func (backend *Store) FindTask( ctx context.Context, id string, ) (store.Task, error)

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

Source adapters/postgres/tasks.go:81

@param ctx
The ctx value.
@param id
The id 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.

  • Task

    Adapter-neutral durable task data.