moby--moby/distribution
Sebastiaan van Stijn e1ea911aba
layer: remove unused error return from .Size() and .DiffSize()
None of the implementations used return an error, so removing the error
return can simplify using these.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-24 18:45:47 +01:00
..
fixtures/validate_manifest Add distribution package 2015-11-24 09:40:24 -08:00
metadata refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
utils Add canonical import comment 2018-02-05 16:51:57 -05:00
xfer layer: remove unused error return from .Size() and .DiffSize() 2022-01-24 18:45:47 +01:00
config.go layer: remove unused error return from .Size() and .DiffSize() 2022-01-24 18:45:47 +01:00
errors.go Remove more of registry v1 code. 2021-02-23 09:49:46 +01:00
errors_test.go distribution: fix errors tests 2021-02-23 09:49:49 +01:00
manifest.go distribution: validate blob type 2021-11-23 17:19:01 -08:00
manifest_test.go distribution: validate blob type 2021-11-23 17:19:01 -08:00
pull.go Remove platform argument from Puller interface. 2021-08-27 09:34:10 +08:00
pull_v2.go Merge pull request #42782 from dkkb/McGrady/code_improvement 2021-08-30 13:19:08 +02:00
pull_v2_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
pull_v2_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
pull_v2_windows.go Use hcsshim osversion package for Windows versions 2019-10-22 02:53:00 +02:00
push.go Remove more of registry v1 code. 2021-02-23 09:49:46 +01:00
push_v2.go distribution: do not retry unsupported layer media types 2021-10-27 12:33:30 +02:00
push_v2_test.go Remove more of registry v1 code. 2021-02-23 09:49:46 +01:00
registry.go Remove more of registry v1 code. 2021-02-23 09:49:46 +01:00
registry_unit_test.go Remove platform argument from Puller interface. 2021-08-27 09:34:10 +08:00