Merge branch '12913-secondary-mounts' refs #12913
[arvados.git] / sdk / go / arvados / client.go
index a38d95c2e68ee90e1d9f0d41bdef2b341127fd27..24f3faac16053fd6b40457a6111a7ac4d954f994 100644 (file)
@@ -245,6 +245,7 @@ type DiscoveryDocument struct {
        BasePath                     string              `json:"basePath"`
        DefaultCollectionReplication int                 `json:"defaultCollectionReplication"`
        BlobSignatureTTL             int64               `json:"blobSignatureTtl"`
+       GitURL                       string              `json:"gitUrl"`
        Schemas                      map[string]Schema   `json:"schemas"`
        Resources                    map[string]Resource `json:"resources"`
 }