aligned healthCheckResponse struct fields
This commit is contained in:
		
							parent
							
								
									388f61aed6
								
							
						
					
					
						commit
						71141dde69
					
				|  | @ -21,8 +21,8 @@ type healthApi struct { | |||
| } | ||||
| 
 | ||||
| type healthCheckResponse struct { | ||||
| 	Code    int    `json:"code"` | ||||
| 	Message string `json:"message"` | ||||
| 	Code    int    `json:"code"` | ||||
| 	Data    struct { | ||||
| 		CanBackup bool `json:"canBackup"` | ||||
| 	} `json:"data"` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue