mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-07-05 05:22:52 -05:00
Merge pull request #10 from sanketjpatel/feat/build-status
Add build status endpoint
This commit is contained in:
@ -162,6 +162,15 @@ type Commit struct {
|
||||
} `json:"parents"`
|
||||
}
|
||||
|
||||
type BuildStatus struct {
|
||||
State string `json:"state"`
|
||||
Key string `json:"key"`
|
||||
Name string `json:"name"`
|
||||
Url string `json:"url"`
|
||||
Description string `json:"description`
|
||||
DateAdded int64 `json:"dateAdded"`
|
||||
}
|
||||
|
||||
type Diff struct {
|
||||
Diffs []struct {
|
||||
Source struct {
|
||||
|
Reference in New Issue
Block a user