Update the proxy server.

This commit is contained in:
Brendan Burns
2014-06-23 22:18:14 -07:00
parent 5756189f0d
commit 8b50e45dcc
6 changed files with 74 additions and 31 deletions

View File

@@ -197,7 +197,8 @@ type Status struct {
// One of: "success", "failure", "working" (for operations not yet completed)
// TODO: if "working", include an operation identifier so final status can be
// checked.
Status string `json:"status,omitempty" yaml:"status,omitempty"`
Status string `json:"status,omitempty" yaml:"status,omitempty"`
Details string `json:"details,omitempty" yaml:"details,omitempty"`
}
// Values of Status.Status