Skip to content

Commit

Permalink
Merge pull request #32 from storageos/feature/devicedir
Browse files Browse the repository at this point in the history
Add deviceDir to controller object
  • Loading branch information
croomes authored Jan 19, 2018
2 parents fad750b + 2bf19c4 commit fc7b94e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type Controller struct {
Scheduler bool `json:"scheduler"`
Name string `json:"name"`
Address string `json:"address"`
DeviceDir string `json:"deviceDir"`
APIPort int `json:"apiPort"`
NatsPort int `json:"natsPort"`
NatsClusterPort int `json:"natsClusterPort"`
Expand Down

0 comments on commit fc7b94e

Please sign in to comment.