Change ID fields to *int64 to be compatible with latest version of go-github

This commit is contained in:
Michael Henriksen
2018-06-09 22:55:26 +02:00
parent 01deb8ed83
commit b53311a626

View File

@@ -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