distribution/registry/storage
Aaron Lehmann 6acb3a0d7e Avoid importing "testing" in externally-facing code
The "testing" package adds some flags in its init function, so utilities
that import distribution code may print a page of extra testing flags in
their help output.

This commit solves the issue by moving an import of "testing" in the
registry/storage/cache package to a new
registry/storage/cache/cachecheck package, which is only imported by
tests.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-09-29 10:06:39 -07:00
..
cache Avoid importing "testing" in externally-facing code 2015-09-29 10:06:39 -07:00
driver Add TrustId parameter to swift driver 2015-09-02 15:05:29 +08:00
blob_test.go Functional options for NewRegistryWithDriver 2015-08-19 11:06:30 -07:00
blobcachemetrics.go
blobserver.go
blobstore.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
blobwriter.go Allow interface{} keys when using logger 2015-09-11 11:33:55 -07:00
blobwriter_nonresumable.go
blobwriter_resumable.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
catalog.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
catalog_test.go Functional options for NewRegistryWithDriver 2015-08-19 11:06:30 -07:00
doc.go
filereader.go
filereader_test.go
filewriter.go
filewriter_test.go
linkedblobstore.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
manifeststore.go Move manifest package to schema1 2015-08-21 16:29:47 -07:00
manifeststore_test.go Move manifest package to schema1 2015-08-21 16:29:47 -07:00
paths.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
paths_test.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
purgeuploads.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
purgeuploads_test.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
registry.go Functional options for NewRegistryWithDriver 2015-08-19 11:06:30 -07:00
revisionstore.go Move manifest package to schema1 2015-08-21 16:29:47 -07:00
signaturestore.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
tagstore.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
util.go
vacuum.go Remove pathMapper object 2015-08-17 18:51:05 -07:00
walk.go
walk_test.go