refactor(usecase): migrate tag operations to provider interfaces#147
Merged
mpyw merged 1 commit intomulticloudfrom Jan 19, 2026
Merged
refactor(usecase): migrate tag operations to provider interfaces#147mpyw merged 1 commit intomulticloudfrom
mpyw merged 1 commit intomulticloudfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## multicloud #147 +/- ##
==============================================
+ Coverage 86.60% 87.14% +0.54%
==============================================
Files 139 139
Lines 8195 8170 -25
==============================================
+ Hits 7097 7120 +23
+ Misses 855 806 -49
- Partials 243 244 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Update param and secret TagUseCase to use provider.ParameterTagger and provider.SecretTagger interfaces instead of AWS SDK types - Add NewAdapter() factory functions to provider/aws/param and provider/aws/secret packages (moved from infra package) - Update CLI commands (tag, untag) and GUI to use new adapter locations - Simplify test mocks to implement provider interfaces This reduces coupling to AWS SDK and prepares for multi-cloud support. Code reduced by ~160 lines while improving maintainability. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
e6f2531 to
f6dc176
Compare
This was referenced Jan 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TagUseCaseto useprovider.ParameterTaggerandprovider.SecretTaggerinterfacesNewParamAdapter()andNewSecretAdapter()factory functions to infra packageTest plan
make test)make lint)go build ./...)🤖 Generated with Claude Code