fix: copyright-add

Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
pull/1559/head
Xinwei Xiong (cubxxw) 2 years ago
parent 5303a8517e
commit 7e7ac9eda2

@ -16,11 +16,17 @@ package kubernetes
import ( import (
"context" "context"
"errors"
"fmt" "fmt"
"os"
"strconv"
"strings"
"google.golang.org/grpc" "google.golang.org/grpc"
"github.com/OpenIMSDK/tools/discoveryregistry" "github.com/OpenIMSDK/tools/discoveryregistry"
"github.com/OpenIMSDK/tools/log"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
) )
// K8sDR represents the Kubernetes service discovery and registration client. // K8sDR represents the Kubernetes service discovery and registration client.

Loading…
Cancel
Save