...

Package registry

import "golang.conradwood.net/go-easyops/registry"
Overview
Index

Overview ▾

connect to a registry. used by many other go-easyops packages.

Constants

const (
    CONST_CALL_TIMEOUT = 4
)

func Client

func Client(ip string) (pb.RegistryClient, error)

get a registry client from a specific ip

func ClientOrPanic

func ClientOrPanic(ip string) pb.RegistryClient

get a registry client from a specific ip, panic if it cannot