const (
CONST_CALL_TIMEOUT = 4
)
func Client(ip string) (pb.RegistryClient, error)
get a registry client from a specific ip
func ClientOrPanic(ip string) pb.RegistryClient
get a registry client from a specific ip, panic if it cannot