Skip to content

Commit e991a25

Browse files
sriniociSrividyaKamakshi
authored andcommitted
Added - Support for sigint context to go sdk for GoldenGate
1 parent 914bbbe commit e991a25

7 files changed

+8
-0
lines changed

internal/service/golden_gate/golden_gate_connection_assignment_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package golden_gate
66
import (
77
"context"
88
"fmt"
9+
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
910
"strings"
1011
"time"
1112

internal/service/golden_gate/golden_gate_connection_data_source.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package golden_gate
55

66
import (
77
"context"
8+
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
89
"log"
910

1011
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"

internal/service/golden_gate/golden_gate_connection_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package golden_gate
66
import (
77
"context"
88
"fmt"
9+
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
910
"log"
1011
"strings"
1112
"time"

internal/service/golden_gate/golden_gate_connections_data_source.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package golden_gate
55

66
import (
77
"context"
8+
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
89

910
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1011

internal/service/golden_gate/golden_gate_deployment_resource.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ package golden_gate
66
import (
77
"context"
88
"fmt"
9+
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
10+
oci_golden_gate "github.com/oracle/oci-go-sdk/v65/goldengate"
911
"strconv"
1012
"strings"
1113
"time"

internal/service/golden_gate/golden_gate_deployment_type_data_source.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package golden_gate
55

66
import (
77
"context"
8+
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
89

910
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1011

internal/service/golden_gate/golden_gate_message_data_source.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package golden_gate
55

66
import (
77
"context"
8+
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
89

910
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1011

0 commit comments

Comments
 (0)