Skip to content

Commit

Permalink
remove cometD + readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-cross committed Sep 18, 2024
1 parent 362432a commit 91112dc
Show file tree
Hide file tree
Showing 52 changed files with 372 additions and 3,295 deletions.
152 changes: 86 additions & 66 deletions README.md

Large diffs are not rendered by default.

87 changes: 0 additions & 87 deletions cmd/connector/acceptance_test.go

This file was deleted.

4 changes: 2 additions & 2 deletions cmd/connector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ package main
import (
sf "github.com/conduitio-labs/conduit-connector-salesforce"
sfDestination "github.com/conduitio-labs/conduit-connector-salesforce/destination"
sfSourcePubsub "github.com/conduitio-labs/conduit-connector-salesforce/source_pubsub"
sfSource "github.com/conduitio-labs/conduit-connector-salesforce/source"
sdk "github.com/conduitio/conduit-connector-sdk"
)

func main() {
sdk.Serve(sdk.Connector{
NewSpecification: sf.Specification,
NewSource: sfSourcePubsub.NewSource,
NewSource: sfSource.NewSource,
NewDestination: sfDestination.NewDestination,
})
}
33 changes: 0 additions & 33 deletions cmd/connector/oauth_client_mock_test.go

This file was deleted.

94 changes: 0 additions & 94 deletions cmd/connector/streaming_client_mock_test.go

This file was deleted.

Binary file added docs/connected_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 91112dc

Please sign in to comment.