diff --git a/cmd/terramate/cli/bitbucket/_test_mock.tf b/cmd/terramate/cli/bitbucket/_test_mock.tf new file mode 100644 index 000000000..667a3021b --- /dev/null +++ b/cmd/terramate/cli/bitbucket/_test_mock.tf @@ -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" +} diff --git a/cmd/terramate/cli/bitbucket/stack.tm.hcl b/cmd/terramate/cli/bitbucket/stack.tm.hcl new file mode 100644 index 000000000..182d8f1a8 --- /dev/null +++ b/cmd/terramate/cli/bitbucket/stack.tm.hcl @@ -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" +}