From 7acdc3238a7289ef63237f557c26bf734687665f Mon Sep 17 00:00:00 2001 From: you06 Date: Fri, 1 Mar 2024 17:08:15 +0900 Subject: [PATCH] lint Signed-off-by: you06 --- pkg/domain/infosync/info.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/domain/infosync/info.go b/pkg/domain/infosync/info.go index 71cf23e4f09b1..b20a0a18f1262 100644 --- a/pkg/domain/infosync/info.go +++ b/pkg/domain/infosync/info.go @@ -405,6 +405,7 @@ func GetAllServerInfo(ctx context.Context) (map[string]*ServerInfo, error) { return is.getAllServerInfo(ctx) } +// UpdateServerLabel updates the server label for global info syncer. func UpdateServerLabel(ctx context.Context, labels map[string]string) error { is, err := getGlobalInfoSyncer() if err != nil {