Kong / go-pdk

Write Kong plugins in Go! 🦍
https://pkg.go.dev/github.com/Kong/go-pdk
Apache License 2.0
146 stars 50 forks source link

fix(pluginsocket.proto): type for `set_upstream` #191

Closed gszr closed 6 months ago

gszr commented 6 months ago

Fix the return type for the .Service.SetUpstream external plugin PDK method.

Fixes issue https://github.com/Kong/go-pdk/issues/114.

Sister PR: https://github.com/Kong/kong/pull/12727

gszr commented 6 months ago

Tests failure expected until Kong PR is merged.