Procházet zdrojové kódy

fix ServiceAccountCheck struct missing json tag quote

qitian před 5 roky
rodič
revize
0fa37e4327
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pkg/cloud/provider.go

+ 1 - 1
pkg/cloud/provider.go

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