distribution/notifications
Cory Snider 8a86dc61ff Make our UUID package internal
Nowadays there are much, much better UUID implementations to choose
from, such as github.com/google/uuid. Prevent external users from
importing our bespoke implementation so that we can change or migrate
away from it internally without introducing breaking changes.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-10-24 18:11:41 -04:00
..
bridge.go Make our UUID package internal 2023-10-24 18:11:41 -04:00
bridge_test.go Make our UUID package internal 2023-10-24 18:11:41 -04: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 deprecate reference package, migrate to github.com/distribution/reference 2023-08-31 15:47:06 +02:00
listener_test.go deprecate reference package, migrate to github.com/distribution/reference 2023-08-31 15:47:06 +02: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