Skip to content

fix(golang): align plugin UI with SDK routes#17

Merged
adityathebe merged 1 commit into
mainfrom
fix/golang-plugin-sdk-routes
May 19, 2026
Merged

fix(golang): align plugin UI with SDK routes#17
adityathebe merged 1 commit into
mainfrom
fix/golang-plugin-sdk-routes

Conversation

@adityathebe
Copy link
Copy Markdown
Member

The Golang plugin UI was calling stale backend paths and some HTTP handlers were still modeled around plugin-local routes.

This aligns the UI with the Mission Control plugin UI contract by routing backend calls through /proxy/<endpoint> and adapts pprof/profile handlers to the SDK HTTP operation path. It also declares HTTP bindings for the plugin operations so Mission Control can proxy them correctly.

The Golang plugin UI was calling stale backend paths and its pprof/profile handlers were still wired as plugin-local routes.

Declare HTTP bindings for operation proxy routes, route UI calls through the Mission Control proxy API, and adapt profile/pprof handlers to the SDK operation path contract.
@adityathebe adityathebe merged commit b08445b into main May 19, 2026
23 checks passed
@adityathebe adityathebe deleted the fix/golang-plugin-sdk-routes branch May 19, 2026 17:52
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