This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
commit ffb49fbaf7a518c1df0becdab58fd60e47c41bdd Author: chickenlj <[email protected]> AuthorDate: Mon Oct 21 22:19:34 2024 +0800 format code --- pkg/plugins/resources/traditional/store.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/plugins/resources/traditional/store.go b/pkg/plugins/resources/traditional/store.go index 87a8daa1..c07b3aea 100644 --- a/pkg/plugins/resources/traditional/store.go +++ b/pkg/plugins/resources/traditional/store.go @@ -825,9 +825,8 @@ func (c *traditionalStore) Get(_ context.Context, resource core_model.Resource, params = serviceInfo.Params } service[key] = &mesh_proto.ServiceInfo{ - Name: serviceInfo.Name, - Group: serviceInfo.Group, - + Name: serviceInfo.Name, + Group: serviceInfo.Group, Version: serviceInfo.Version, Protocol: serviceInfo.Protocol, Path: serviceInfo.Path,
