distribution/context
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
..
context.go Make our UUID package internal 2023-10-24 18:11:41 -04:00
doc.go format code with gofumpt 2022-11-03 22:48:20 +01:00
http.go Make our UUID package internal 2023-10-24 18:11:41 -04:00
http_test.go Enable bodyclose linter 2023-08-19 09:45:44 +01:00
logger.go log: Include configured fields in all logs 2021-03-01 14:44:56 -07:00
trace.go Make our UUID package internal 2023-10-24 18:11:41 -04:00
trace_test.go context: TestWithTrace(): inline checkContextForValues, use sub-tests 2023-05-09 13:54:37 +02:00
util.go context: remove definition of Context 2017-08-11 15:53:31 -07:00
version.go context: remove definition of Context 2017-08-11 15:53:31 -07:00
version_test.go Add WithVersion to context and other cleanup 2015-09-14 17:14:31 -07:00