shin- 11 éve
szülő
commit
a02bc8a5db
1 módosított fájl, 3 hozzáadás és 4 törlés
  1. 3 4
      registry/registry.go

+ 3 - 4
registry/registry.go

@@ -665,9 +665,9 @@ type ImgData struct {
 }
 
 type Registry struct {
-	client		  *http.Client
-	authConfig	  *auth.AuthConfig
-	reqFactory	  *utils.HTTPRequestFactory
+	client        *http.Client
+	authConfig    *auth.AuthConfig
+	reqFactory    *utils.HTTPRequestFactory
 	indexEndpoint string
 }
 
@@ -700,4 +700,3 @@ func NewRegistry(authConfig *auth.AuthConfig, factory *utils.HTTPRequestFactory,
 	r.reqFactory = factory
 	return r, nil
 }
-