Skip to content

Commit ebdb971

Browse files
committed
remove unneeded structs
1 parent e84e782 commit ebdb971

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

bitbucket/resource_deployment_variable.go

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@ import (
1111
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1212
)
1313

14-
// // DeploymentVariable structure for handling key info
15-
// type DeploymentVariable struct {
16-
// Key string `json:"key"`
17-
// Value string `json:"value"`
18-
// UUID string `json:"uuid,omitempty"`
19-
// Secured bool `json:"secured"`
20-
// }
21-
22-
// PaginatedReviewers is a paginated list that the bitbucket api returns
23-
// type PaginatedDeploymentVariables struct {
24-
// Values []bitbucket.DeploymentVariable `json:"values,omitempty"`
25-
// Page int `json:"page,omitempty"`
26-
// Size int `json:"size,omitempty"`
27-
// Next string `json:"next,omitempty"`
28-
// }
29-
3014
func resourceDeploymentVariable() *schema.Resource {
3115
return &schema.Resource{
3216
Create: resourceDeploymentVariableCreate,

0 commit comments

Comments
 (0)