Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4e0a03314 | |||
| b1536a2384 | |||
| 6d72104631 |
@@ -14,7 +14,7 @@ type CommitStatus struct {
|
|||||||
// ID is the unique identifier for the commit status
|
// ID is the unique identifier for the commit status
|
||||||
ID int64 `json:"id"`
|
ID int64 `json:"id"`
|
||||||
// State represents the status state (pending, success, error, failure)
|
// State represents the status state (pending, success, error, failure)
|
||||||
State commitstatus.CommitStatusState `json:"status"`
|
State commitstatus.CommitStatusState `json:"state"`
|
||||||
// TargetURL is the URL to link to for more details
|
// TargetURL is the URL to link to for more details
|
||||||
TargetURL string `json:"target_url"`
|
TargetURL string `json:"target_url"`
|
||||||
// Description provides a brief description of the status
|
// Description provides a brief description of the status
|
||||||
|
|||||||
Reference in New Issue
Block a user