fix param type error (#2204)

This commit is contained in:
EricaLiu
2025-05-09 14:55:10 +08:00
committed by GitHub
parent ab014cf912
commit 8ca8fd27ab

View File

@@ -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 {
return nil
}