method

Store.ListTasks

func (backend *Store) ListTasks( ctx context.Context, request store.TaskList, ) ([]store.Task, error)

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

Source adapters/postgres/tasks.go:87

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

  • TaskList

    Bounded local task inspection filter.

  • Task

    Adapter-neutral durable task data.