Skip to content

Commit

Permalink
Update pkg/api/v1/client/interface.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Rusnak <[email protected]>
  • Loading branch information
vsukhin and rangoo94 authored Nov 14, 2024
1 parent 235680a commit 67ecf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v1/client/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ type TestWorkflowAPI interface {
UpdateTestWorkflow(workflow testkube.TestWorkflow) (testkube.TestWorkflow, error)
DeleteTestWorkflow(name string) error
ExecuteTestWorkflow(name string, request testkube.TestWorkflowExecutionRequest) (testkube.TestWorkflowExecution, error)
ExecuteTestWorkflows(sselector string, concurrencyLevel int, request testkube.TestWorkflowExecutionRequest) ([]testkube.TestWorkflowExecution, error)
ExecuteTestWorkflows(selector string, concurrencyLevel int, request testkube.TestWorkflowExecutionRequest) ([]testkube.TestWorkflowExecution, error)
GetTestWorkflowExecutionNotifications(id string) (chan testkube.TestWorkflowExecutionNotification, error)
GetTestWorkflowExecutionLogs(id string) ([]byte, error)
}
Expand Down

0 comments on commit 67ecf66

Please sign in to comment.