query

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAwaitBindingRepository

func NewAwaitBindingRepository(db *gorm.DB) repository.AwaitBindingRepository

func NewEventRepository

func NewEventRepository(db *gorm.DB) repository.EventRepository

func NewNodeRuntimeRepository

func NewNodeRuntimeRepository(db *gorm.DB) repository.NodeRuntimeRepository

func NewTaskCostTraceRepository

func NewTaskCostTraceRepository(db *gorm.DB) repository.TaskCostTraceRepository

func NewTaskRepository

func NewTaskRepository(db *gorm.DB, queue repository.TaskQueue) repository.TaskRepository

NewTaskRepository 返回核心 repository.TaskRepository 实现。业务侧的分页/ 详情查询(返回 dto)见 repository/query/taskapi,与核心存储解耦。

func NewWorkflowRepository

func NewWorkflowRepository(db *gorm.DB) repository.WorkflowRepository

func NewWorkflowVersionRepository

func NewWorkflowVersionRepository(db *gorm.DB) repository.WorkflowVersionRepository

Types

This section is empty.

Directories

Path Synopsis
Package redisqueue provides a Redis backed repository.TaskQueue.
Package redisqueue provides a Redis backed repository.TaskQueue.
Package taskapi hosts the business/HTTP-facing task read-model queries (pagination, list, detail) that return presentation dto types.
Package taskapi hosts the business/HTTP-facing task read-model queries (pagination, list, detail) that return presentation dto types.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL