Преглед изворни кода

fix ServiceAccountCheck struct missing json tag quote

qitian пре 5 година
родитељ
комит
0fa37e4327
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/cloud/provider.go

+ 1 - 1
pkg/cloud/provider.go

@@ -185,7 +185,7 @@ type ServiceAccountStatus struct {
 type ServiceAccountCheck struct {
 	Message        string `json:"message"`
 	Status         bool   `json:"status"`
-	AdditionalInfo string `json:additionalInfo`
+	AdditionalInfo string `json:"additionalInfo"`
 }
 
 type PricingSources struct {