mirror of
https://github.com/alibaba/higress.git
synced 2026-02-28 06:30:49 +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 {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user