pass variable insecure to base handler

This commit is contained in:
Wenkai Yin 2016-06-24 13:57:48 +08:00
parent 97150ee1f8
commit 6c2dc9759a

View File

@ -90,6 +90,7 @@ func InitBaseHandler(repository, srcURL, srcSecret,
dstURL: dstURL,
dstUsr: dstUsr,
dstPwd: dstPwd,
insecure: insecure,
blobsExistence: make(map[string]bool, 10),
logger: logger,
}