distribution/health
Cory Snider d0f5aa670b Move context package internal
Our context package predates the establishment of current best practices
regarding context usage and it shows. It encourages bad practices such
as using contexts to propagate non-request-scoped values like the
application version and using string-typed keys for context values. Move
the package internal to remove it from the API surface of
distribution/v3@v3.0.0 so we are free to iterate on it without being
constrained by compatibility.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-10-27 10:58:37 -04:00
..
api Merge pull request #3766 from thaJeztah/gofumpt 2022-11-04 12:19:53 +01:00
checks Enable bodyclose linter 2023-08-19 09:45:44 +01:00
doc.go format code with gofumpt 2022-11-03 22:48:20 +01:00
health.go Move context package internal 2023-10-27 10:58:37 -04:00
health_test.go use http consts for request methods 2022-11-02 23:31:47 +01:00