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
|
|
}
|