mirror of
https://github.com/alibaba/higress.git
synced 2026-06-08 04:07:31 +08:00
Support HTTP/JSON to dubbo (#340)
This commit is contained in:
@@ -41,6 +41,8 @@ func Resource(resource string) schema.GroupResource {
|
||||
|
||||
func addKnownTypes(scheme *runtime.Scheme) error {
|
||||
scheme.AddKnownTypes(SchemeGroupVersion,
|
||||
&Http2Rpc{},
|
||||
&Http2RpcList{},
|
||||
&McpBridge{},
|
||||
&McpBridgeList{},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user