Skip to content

Commit

Permalink
Revert "[CAPPL-316] implement FetchFunc (#15424)"
Browse files Browse the repository at this point in the history
This reverts commit 935612e.
  • Loading branch information
justinkaseman committed Nov 27, 2024
1 parent f8a7688 commit 4da22ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 123 deletions.
7 changes: 3 additions & 4 deletions core/services/gateway/handlers/capabilities/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ import (

const (
// NOTE: more methods will go here. HTTP trigger/action/target; etc.
MethodWebAPITarget = "web_api_target"
MethodWebAPITrigger = "web_api_trigger"
MethodComputeAction = "compute_action"
MethodWorkflowSyncer = "workflow_syncer"
MethodWebAPITarget = "web_api_target"
MethodWebAPITrigger = "web_api_trigger"
MethodComputeAction = "compute_action"
)

type handler struct {
Expand Down
43 changes: 0 additions & 43 deletions core/services/workflows/syncer/fetcher.go

This file was deleted.

76 changes: 0 additions & 76 deletions core/services/workflows/syncer/fetcher_test.go

This file was deleted.

0 comments on commit 4da22ce

Please sign in to comment.