Add MaximumIntegrity to the rover

This commit is contained in:
Marc Di Luzio 2020-07-04 12:19:51 +01:00
parent 2eaed1447d
commit b066277ddf
7 changed files with 88 additions and 50 deletions

View file

@ -24,4 +24,7 @@ type Rover struct {
// Integrity represents current rover health
Integrity int `json:"integrity"`
// MaximumIntegrity is the full integrity of the rover
MaximumIntegrity int `json:"maximum-integrity"`
}