Skip to content

Commit 2f95b12

Browse files
committed
refactor: remove Go function from DBOSContext interface
1 parent e9398ca commit 2f95b12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dbos/dbos.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ type DBOSContext interface {
107107

108108
// Workflow operations
109109
RunAsStep(_ DBOSContext, fn StepFunc, opts ...StepOption) (any, error) // Execute a function as a durable step within a workflow
110-
Go(_ DBOSContext, fn StepFunc, opts ...StepOption) (any, error) // Execute a function as a durable step within a Go routine
111110
RunWorkflow(_ DBOSContext, fn WorkflowFunc, input any, opts ...WorkflowOption) (WorkflowHandle[any], error) // Start a new workflow execution
112111
Send(_ DBOSContext, destinationID string, message any, topic string) error // Send a message to another workflow
113112
Recv(_ DBOSContext, topic string, timeout time.Duration) (any, error) // Receive a message sent to this workflow

0 commit comments

Comments
 (0)