Skip to content

refactor: replace interface{} with any - #540

Merged
tenthirtyam merged 1 commit into
mainfrom
refactor/replace-interface-with-any
Aug 13, 2026
Merged

tenthirtyam merged 1 commit into
mainfrom
refactor/replace-interface-with-any

Conversation

@tenthirtyam

Copy link
Copy Markdown
Collaborator

Summary

Modernize the codebase by switching variadic args, map value types, and State return types from interface{} to any across builders, datasources, post-processors, and acceptance/unit tests. This aligns with current Go idioms and improves readability without changing behavior.

Type

  • fix: Bug Fix
  • feat: Feature or Enhancement
  • docs: Documentation
  • refactor: Refactoring
  • chore: Build, Dependencies, Workflows, etc.
  • other: Other (Please describe.)

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

Tests

  • Tests have been added or updated.
  • Tests have been completed.

Output:

Documentation

  • Documentation has been added or updated.

Issue References

Release Note

Additional Information

Modernize the codebase by switching variadic args, map value types, and State return types from `interface{}` to `any` across builders, datasources, post-processors, and acceptance/unit tests. This aligns with current Go idioms and improves readability without changing behavior.

Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
@tenthirtyam tenthirtyam added this to the v2.1.5 milestone Aug 13, 2026
@tenthirtyam tenthirtyam self-assigned this Aug 13, 2026
@tenthirtyam
tenthirtyam requested a review from a team as a code owner August 13, 2026 12:29
@tenthirtyam tenthirtyam added the refactor Refactor label Aug 13, 2026
@github-actions github-actions Bot added needs-review Needs Review size/m Relative Sizing: Medium labels Aug 13, 2026
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Aug 13, 2026
@tenthirtyam
tenthirtyam merged commit 7910bed into main Aug 13, 2026
10 checks passed
@tenthirtyam
tenthirtyam deleted the refactor/replace-interface-with-any branch August 13, 2026 12:33
@github-actions

Copy link
Copy Markdown

This functionality has been released in v2.1.5 of the plugin.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions

Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Sep 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

refactor Refactor size/m Relative Sizing: Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant