Skip to content

Commit

Permalink
Update handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Guardiani <[email protected]>
  • Loading branch information
jackkleeman and slinkydeveloper authored Nov 7, 2024
1 parent 1a32e64 commit 6a0bd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type ObjectSharedHandlerFn[I any, O any] func(ctx ObjectSharedContext, input I)
// ObjectHandlerFn is the signature for a Workflow 'Run' handler function
type WorkflowHandlerFn[I any, O any] func(ctx WorkflowContext, input I) (O, error)

// WorkflowSharedHandlerFn is the signature for a Workflow shared-mode handler function
// WorkflowSharedHandlerFn is the signature for a Workflow shared handler function
type WorkflowSharedHandlerFn[I any, O any] func(ctx WorkflowSharedContext, input I) (O, error)

type serviceHandler[I any, O any] struct {
Expand Down

0 comments on commit 6a0bd24

Please sign in to comment.