Documentation
¶
Index ¶
- Constants
- type BitBucket
- func (b *BitBucket) CreateHook(hookID, owner, repo, host string) (*string, error)
- func (b *BitBucket) GetUser() (*types.User, error)
- func (b *BitBucket) ListBranches(owner, repo string) (*types.VCSBranches, error)
- func (b *BitBucket) ListRepositories(username string, org bool) (*types.VCSRepositories, error)
- func (b *BitBucket) PushPayload(data []byte) (*types.VCSBranch, error)
- func (b *BitBucket) RemoveHook(hookID, owner, repo string) error
- func (b *BitBucket) VendorInfo() *types.Vendor
Constants ¶
View Source
const (
API_URL = "https://api.bitbucket.org"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Source Files
¶
- bitbucket.go
Click to show internal directories.
Click to hide internal directories.