distribution/notifications
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
..
bridge.go Move context package internal 2023-10-27 10:58:37 -04:00
bridge_test.go Switch to github.com/google/uuid 2023-10-25 12:15:21 +01:00
endpoint.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
event.go feat!: remove schema1 manifest 2023-08-29 12:17:44 +02:00
event_test.go Remove references to schema1 pacakge from notifications package 2023-08-13 12:44:21 +01:00
http.go format code with gofumpt 2022-11-03 22:48:20 +01:00
http_test.go Remove references to schema1 pacakge from notifications package 2023-08-13 12:44:21 +01:00
listener.go Move context package internal 2023-10-27 10:58:37 -04:00
listener_test.go Move context package internal 2023-10-27 10:58:37 -04:00
metrics.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
metrics_test.go notifications: fix expvar for Go 1.7 2017-02-14 10:51:20 -08:00
sinks.go Use go-events package 2020-03-04 12:49:32 -08:00
sinks_test.go notifications: don't use un-keyed structs 2023-05-09 13:54:38 +02:00