mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-03 14:31:43 +08:00
8 lines
134 B
Go
8 lines
134 B
Go
package getcdv3
|
|
|
|
import "google.golang.org/grpc"
|
|
|
|
func GetDefaultConn(arg1, arg2, arg3, arg4 string) *grpc.ClientConn {
|
|
return nil
|
|
}
|