mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
fix param type error (#2204)
This commit is contained in:
@@ -711,7 +711,7 @@ func (w *watcher) getServiceCallback(server *provider.McpServer, configGroup, da
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *watcher) buildVirtualServiceForMcpServer(serviceentry *v1alpha3.ServiceEntry, group, dataId, path, server *provider.McpServer) *config.Config {
|
func (w *watcher) buildVirtualServiceForMcpServer(serviceentry *v1alpha3.ServiceEntry, group, dataId, path string, server *provider.McpServer) *config.Config {
|
||||||
if serviceentry == nil {
|
if serviceentry == nil {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user