Added max project size starting point

This commit is contained in:
Tim Shannon 2016-05-03 21:04:06 -05:00
parent 0ab64982da
commit f0e7c794c6
1 changed files with 1 additions and 0 deletions

View File

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