Skip to content

Commit

Permalink
Merge branch 'main' of bitbucket.org:terramate/terramate into i4k-bb-tmc
Browse files Browse the repository at this point in the history
Signed-off-by: i4k <[email protected]>
  • Loading branch information
i4ki committed Dec 17, 2024
2 parents bd60af2 + ccd474a commit 4c7f72f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cmd/terramate/cli/bitbucket/_test_mock.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT

resource "local_file" "bitbucket" {
content = <<-EOT
package bitbucket // import "github.com/terramate-io/terramate/cmd/terramate/cli/bitbucket"
Package bitbucket implements the client for Bitbucket Cloud.
type Actor struct{ ... }
type Branch struct{ ... }
type Client struct{ ... }
type Commit struct{ ... }
type PR struct{ ... }
type PRs []PR
type PullRequestResponse struct{ ... }
type Rendered struct{ ... }
type RenderedContent struct{ ... }
type Summary RenderedContent
type TargetBranch struct{ ... }
EOT

filename = "${path.module}/mock-bitbucket.ignore"
}
6 changes: 6 additions & 0 deletions cmd/terramate/cli/bitbucket/stack.tm.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
stack {
name = "package bitbucket // import \"github.com/terramate-io/terramate/cmd/terramate/cli/bitbucket\""
description = "package bitbucket // import \"github.com/terramate-io/terramate/cmd/terramate/cli/bitbucket\"\n\nPackage bitbucket implements the client for Bitbucket Cloud.\n\ntype Actor struct{ ... }\ntype Branch struct{ ... }\ntype Client struct{ ... }\ntype Commit struct{ ... }\ntype PR struct{ ... }\ntype PRs []PR\ntype PullRequestResponse struct{ ... }\ntype Rendered struct{ ... }\ntype RenderedContent struct{ ... }\ntype Summary RenderedContent\ntype TargetBranch struct{ ... }"
tags = ["bitbucket", "cli", "cmd", "golang", "terramate"]
id = "a71a1a4f-bfff-4ffa-9bce-afa604969904"
}

0 comments on commit 4c7f72f

Please sign in to comment.