Update go modules
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
829db87f15
commit
c61b7fd268
698 changed files with 69376 additions and 29461 deletions
8
vendor/github.com/google/go-github/v48/github/issues.go
generated
vendored
8
vendor/github.com/google/go-github/v48/github/issues.go
generated
vendored
|
|
@ -25,9 +25,11 @@ type IssuesService service
|
|||
// this is an issue, and if PullRequestLinks is not nil, this is a pull request.
|
||||
// The IsPullRequest helper method can be used to check that.
|
||||
type Issue struct {
|
||||
ID *int64 `json:"id,omitempty"`
|
||||
Number *int `json:"number,omitempty"`
|
||||
State *string `json:"state,omitempty"`
|
||||
ID *int64 `json:"id,omitempty"`
|
||||
Number *int `json:"number,omitempty"`
|
||||
State *string `json:"state,omitempty"`
|
||||
// StateReason can be one of: "completed", "not_planned", "reopened".
|
||||
StateReason *string `json:"state_reason,omitempty"`
|
||||
Locked *bool `json:"locked,omitempty"`
|
||||
Title *string `json:"title,omitempty"`
|
||||
Body *string `json:"body,omitempty"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue