Updated README and simplified/cleaned up some code.

This commit is contained in:
Travis Reeder
2016-10-12 01:35:44 -07:00
parent e85c7560c3
commit 25f582b180
11 changed files with 182 additions and 84 deletions

View File

@@ -48,11 +48,13 @@ type Task struct {
*/
Error string `json:"error,omitempty"`
/* Route this task belongs to.
/* App this task belongs to.
Read Only: true
*/
RouteName string `json:"route_name,omitempty"`
AppName string `json:"route_name,omitempty"`
Path string `json:"path"`
/* Machine usable reason for task being in this state.
Valid values for error status are `timeout | killed | bad_exit`.