Add missing ID for Project

This commit is contained in:
Marcin Wyszynski
2020-03-30 14:52:52 +02:00
parent cb4aa3d145
commit cc63869891
+1
View File
@@ -281,6 +281,7 @@ type User struct {
// Project contains all of the GitLab project information
type Project struct {
ID int64 `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
WebURL string `json:"web_url"`