Skip to content

refactor: replace interface{} with any#343

Open
tenthirtyam wants to merge 1 commit into
hashicorp:mainfrom
tenthirtyam:refactor/replace-interface-with-any
Open

refactor: replace interface{} with any#343
tenthirtyam wants to merge 1 commit into
hashicorp:mainfrom
tenthirtyam:refactor/replace-interface-with-any

Conversation

@tenthirtyam

Copy link
Copy Markdown

Description

Type declarations that use interface{} and are simplified by using any since any is an alias for interface{}.

Resolved Issues

Modernizes Go type declarations by using the equivalent any alias throughout the SDK.

Rollback Plan

Revert commit.

Changes to Security Controls

None.

@tenthirtyam
tenthirtyam requested a review from a team as a code owner July 24, 2026 03:28
Modernize Go type declarations by using the equivalent `any` alias throughout the SDK. Reports type declarations that use interface{} and can be simplified by using `any` since `any` is an alias for `interface{}`.

Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
@tenthirtyam
tenthirtyam force-pushed the refactor/replace-interface-with-any branch from e0c57a6 to 15fec00 Compare July 25, 2026 17:48
@tenthirtyam

Copy link
Copy Markdown
Author

Hi @tanmay-hc 👋🏻 ,

Could you run the CI again after my last push.

I had neglected to run make generate.

Ryan Johnson

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.

1 participant