Skip to content

refactor(cachekey): move internal/cachekey to core/cachekey to make it importable#213

Merged
justinwon777 merged 3 commits into
mainfrom
cachekey
Jul 17, 2026
Merged

refactor(cachekey): move internal/cachekey to core/cachekey to make it importable#213
justinwon777 merged 3 commits into
mainfrom
cachekey

Conversation

@justinwon777

@justinwon777 justinwon777 commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

The cache key helpers are used in orchestrator implementations, so users implementing their own orchestrator cannot import cachekey because it's under internal. Move the package to core/ to make it importable.

Test Plan

CI

Issue

Users need to be able to import the cache key helpers, so the package
can no longer live under the repo-private internal/ tree.
@justinwon777
justinwon777 requested review from a team as code owners July 17, 2026 04:15
goimports groups github.com/uber/tango imports alphabetically;
core/cachekey was appended out of order in three files.
@justinwon777
justinwon777 merged commit d1bc167 into main Jul 17, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants