shin- 11 년 전
부모
커밋
a02bc8a5db
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      registry/registry.go

+ 3 - 4
registry/registry.go

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