handler

package
v0.19.771 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2026 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FinishedHandlerName string = "finished"
	FinishedHandlerType        = handlerTypeUpdate
)
View Source
const (
	ReadyHandlerName string = "ready"
	ReadyHandlerType        = handlerTypeUpdate
)
View Source
const ExecuteUpdateName string = "execute"
View Source
const ValidateUpdateName string = "validate"

Variables

This section is empty.

Functions

func StartHandler

func StartHandler(ctx workflow.Context, workflowID string, req HandlerRequest)

Types

type ExecuteResponse

type ExecuteResponse struct{}

type FinishedRequest

type FinishedRequest struct{}

type FinishedResponse

type FinishedResponse struct{}

type HandlerRequest

type HandlerRequest struct {
	QueueID       string `validate:"required"`
	QueueSignalID string `validate:"required"`
}

type Params

type Params struct {
	fx.In

	Cfg *internal.Config
	V   *validator.Validate
}

type ReadyRequest

type ReadyRequest struct{}

type ReadyResponse

type ReadyResponse struct{}

type ValidateResponse

type ValidateResponse struct{}

type Workflows

type Workflows struct {
	// contains filtered or unexported fields
}

func NewWorkflows

func NewWorkflows(params Params) (*Workflows, error)

func (*Workflows) All

func (q *Workflows) All() []any

func (*Workflows) Handler

func (w *Workflows) Handler(ctx workflow.Context, req HandlerRequest) error

@temporal-gen workflow @task-queue "handler" @id-template queue-{{.QueueID}}-handler-{{.QueueSignalID}}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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