Skip to content

Commit

Permalink
Add ConnectorState.Trace field
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Nov 30, 2020
1 parent 759c155 commit f23000f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ type ConnectorStatus struct {
type ConnectorState struct {
State string `json:"state"`
WorkerID string `json:"worker_id"`
Trace string `json:"trace,omitempty"`
}

// TaskState reflects the running state of a Task and the worker where it is
Expand Down

0 comments on commit f23000f

Please sign in to comment.