Skip to content

Commit

Permalink
fix: update imports organization
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymesC committed Jul 14, 2024
1 parent c8d1644 commit 858c2d5
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 8 deletions.
3 changes: 1 addition & 2 deletions internal/connectors/googledrive/lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ func TestNewConnector(t *testing.T) {
t.Errorf("NewConnector() Operations() count = %d, want %d", len(spider.Operations()), 6)
}


// if testCase.isTrigger {
// if testCase.isTrigger {
// _, err = spider.RunTrigger(testCase.operationName, testCase.ctx)
// if err != nil {
// t.Errorf("NewConnector() RunTrigger() with name %v threw an error = %v", testCase.operationName, err)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"fmt"

shopify "github.com/bold-commerce/go-shopify/v4"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
1 change: 1 addition & 0 deletions internal/connectors/shopify/operation_create_collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"fmt"

shopify "github.com/bold-commerce/go-shopify/v4"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
1 change: 1 addition & 0 deletions internal/connectors/shopify/operation_create_customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"errors"

shopify "github.com/bold-commerce/go-shopify/v4"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
3 changes: 2 additions & 1 deletion internal/connectors/shopify/operation_create_draft_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ package shopify
import (
"context"
"errors"
// "strings"

goshopify "github.com/bold-commerce/go-shopify/v4"
"github.com/shopspring/decimal"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
3 changes: 2 additions & 1 deletion internal/connectors/shopify/operation_create_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ package shopify
import (
"context"
"errors"
// "strings"

goshopify "github.com/bold-commerce/go-shopify/v4"
"github.com/shopspring/decimal"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
4 changes: 2 additions & 2 deletions internal/connectors/shopify/operation_create_product.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ package shopify
import (
"context"
"errors"
// "fmt"
// "strings"

goshopify "github.com/bold-commerce/go-shopify/v4"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (

goshopify "github.com/bold-commerce/go-shopify/v4"
"github.com/shopspring/decimal"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"fmt"

goshopify "github.com/bold-commerce/go-shopify/v4"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
3 changes: 1 addition & 2 deletions internal/connectors/shopify/operation_update_customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ package shopify
import (
"context"
"errors"
// "fmt"
// "strings"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
1 change: 1 addition & 0 deletions internal/connectors/shopify/operation_update_product.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"fmt"

goshopify "github.com/bold-commerce/go-shopify/v4"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down
1 change: 1 addition & 0 deletions internal/connectors/shopify/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package shopify

import (
goshopify "github.com/bold-commerce/go-shopify/v4"

"github.com/wakflo/go-sdk/autoform"
sdkcore "github.com/wakflo/go-sdk/core"
// "os"
Expand Down
1 change: 1 addition & 0 deletions internal/connectors/shopify/trigger_new_customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"time"

goshopify "github.com/bold-commerce/go-shopify/v4"

"github.com/wakflo/go-sdk/autoform"
sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
Expand Down

0 comments on commit 858c2d5

Please sign in to comment.