distribution/registry
Sebastiaan van Stijn 2cd52d5c0c
simplify mocks
Embed the interface that we're mocking; calling any of it's methods
that are not implemented will panic, so should give the same result
as before.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-11-10 17:09:24 +01:00
..
api Merge pull request #3766 from thaJeztah/gofumpt 2022-11-04 12:19:53 +01:00
auth replace deprecated io/ioutil 2022-11-04 23:47:52 +01:00
client replace deprecated io/ioutil 2022-11-04 23:47:52 +01:00
handlers replace deprecated io/ioutil 2022-11-04 23:47:52 +01:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware format code with gofumpt 2022-11-03 22:48:20 +01:00
proxy simplify mocks 2022-11-10 17:09:24 +01:00
storage Remove uses of deprecated go-digest.NewDigestFromHex, go-digest.Digest.Hex 2022-11-08 13:51:11 +01:00
doc.go Move initialization code from main.go to the registry package 2015-09-09 14:39:31 -07:00
registry.go Merge pull request #3772 from thaJeztah/registry_logging_simplify 2022-11-08 09:17:20 +01:00
registry_test.go replace deprecated io/ioutil 2022-11-04 23:47:52 +01:00
root.go format code with gofumpt 2022-11-03 22:48:20 +01:00