From f0e7c794c64fe68a72fbf54ea78264dff816384f Mon Sep 17 00:00:00 2001 From: Tim Shannon Date: Tue, 3 May 2016 21:04:06 -0500 Subject: [PATCH] Added max project size starting point --- project.go | 1 + 1 file changed, 1 insertion(+) diff --git a/project.go b/project.go index 19112f2..31fd480 100644 --- a/project.go +++ b/project.go @@ -60,6 +60,7 @@ type Project struct { ReleaseFile string `json:"releaseFile"` PollInterval string `json:"pollInterval,omitempty"` // if not poll interval is specified, this project is trigger only TriggerSecret string `json:"triggerSecret,omitempty"` //secret to be included with a trigger call + MaxSizeInMB string `json:"maxSizeInMB,omitempty"` // Max size of the project datastore in MB filename string poll time.Duration