mirror of
https://github.com/michenriksen/gitrob.git
synced 2026-02-18 12:50:28 -06:00
Change ID fields to *int64 to be compatible with latest version of go-github
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
type GithubOwner struct {
|
||||
Login *string
|
||||
ID *int
|
||||
ID *int64
|
||||
Type *string
|
||||
Name *string
|
||||
AvatarURL *string
|
||||
@@ -22,7 +22,7 @@ type GithubOwner struct {
|
||||
|
||||
type GithubRepository struct {
|
||||
Owner *string
|
||||
ID *int
|
||||
ID *int64
|
||||
Name *string
|
||||
FullName *string
|
||||
CloneURL *string
|
||||
|
||||
Reference in New Issue
Block a user