Skip to content

Commit 154ea28

Browse files
af-mdmaxdml
authored andcommitted
refactor: remove Go function from DBOSContext interface
1 parent ac7a1b1 commit 154ea28

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
@@ -110,7 +110,6 @@ type DBOSContext interface {
110110

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

0 commit comments

Comments
 (0)