Skip to content

Commit a42a44e

Browse files
committed
feat: add openim docker
Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]>
1 parent d8838ee commit a42a44e

File tree

2 files changed

+2
-139
lines changed

2 files changed

+2
-139
lines changed

.github/workflows/build-openim-web-image.yml

-139
This file was deleted.

pkg/common/discoveryregister/kubernetes/kubernetes.go

+2
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@ func (cli *K8sDR) CloseConn(conn *grpc.ClientConn) {
8080
// do not use this method for call rpc
8181
func (cli *K8sDR) GetClientLocalConns() map[string][]*grpc.ClientConn {
8282
fmt.Println("should not call this function!!!!!!!!!!!!!!!!!!!!!!!!!")
83+
8384
return nil
8485
}
8586

8687
// Close closes the K8sDR client.
8788
func (cli *K8sDR) Close() {
89+
8890
// Close any open resources here (if applicable)
8991
return
9092
}

0 commit comments

Comments
 (0)