Propagate the local username

This commit is contained in:
Tom Wilkie
2016-08-17 15:11:04 +01:00
parent e6876d1cec
commit 7acfbd7034
2 changed files with 11 additions and 2 deletions
+2
View File
@@ -12,6 +12,8 @@ type Deployment struct {
Version string `json:"version"`
Priority int `json:"priority"`
State string `json:"status"`
TriggeringUser string `json:"triggering_user"`
}
// Config for the deployment system for a user.