-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of bitbucket.org:terramate/terramate into i4k-bb-tmc
Signed-off-by: i4k <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |