Piotr Czajkowski před 4 roky
rodič
revize
bde165f071
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      pushes.go

+ 2 - 1
pushes.go

@@ -15,5 +15,6 @@ type Push struct {
 }
 
 type Pushes struct {
-	Items []Push `json:"pushes"`
+	Items  []Push `json:"pushes"`
+	Cursor string `json:"cursor"`
 }