distribution/registry/storage/driver
Cory Snider 9157226e7b Extract request utilities into its own package
The RemoteAddr and RemoteIP functions operate on *http.Request values,
not contexts. They have very low cohesion with the rest of the package.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-10-27 10:58:37 -04:00
..
azure feat: Add context to storagedriver.(Filewriter).Commit() 2023-10-19 11:27:27 +01:00
base Move context package internal 2023-10-27 10:58:37 -04:00
factory go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
filesystem feat: Add context to storagedriver.(Filewriter).Commit() 2023-10-19 11:27:27 +01:00
gcs Move context package internal 2023-10-27 10:58:37 -04:00
inmemory feat: Add context to storagedriver.(Filewriter).Commit() 2023-10-19 11:27:27 +01:00
middleware Extract request utilities into its own package 2023-10-27 10:58:37 -04:00
s3-aws Move context package internal 2023-10-27 10:58:37 -04:00
testsuites feat: Add context to storagedriver.(Filewriter).Commit() 2023-10-19 11:27:27 +01:00
errors_test.go refactor: Storage driver errors 2023-10-18 10:02:21 +01:00
fileinfo.go format code with gofumpt 2022-11-03 22:48:20 +01:00
storagedriver.go feat: Add context to storagedriver.(Filewriter).Commit() (#4109) 2023-10-19 11:41:55 +01:00
walk.go Pass the last paging flag to storage drivers 2023-08-29 11:27:42 +01:00
walk_test.go Pass the last paging flag to storage drivers 2023-08-29 11:27:42 +01:00