mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-24 22:05:12 +00:00
Update deps
This commit is contained in:
4
vendor/github.com/google/go-github/github/reactions.go
generated
vendored
4
vendor/github.com/google/go-github/github/reactions.go
generated
vendored
@@ -18,8 +18,8 @@ type ReactionsService struct {
|
||||
// Reaction represents a GitHub reaction.
|
||||
type Reaction struct {
|
||||
// ID is the Reaction ID.
|
||||
ID *int `json:"id,omitempty"`
|
||||
UserID *int `json:"user_id,omitempty"`
|
||||
ID *int `json:"id,omitempty"`
|
||||
User *User `json:"user,omitempty"`
|
||||
// Content is the type of reaction.
|
||||
// Possible values are:
|
||||
// "+1", "-1", "laugh", "confused", "heart", "hooray".
|
||||
|
||||
Reference in New Issue
Block a user