Versions in this module Expand all Collapse all v0 v0.0.1 Jun 18, 2022 Changes in this version + var ErrEmptyServiceName = errors.New("registry service name can't be empty") + var ErrMissIP = errors.New("addr missing ip") + var ErrMissPort = errors.New("addr missing port") + var ErrNilAddr = errors.New("registry addr can't be nil") + var ErrNilInfo = errors.New("registry info can't be nil") + func NewEurekaRegistry(servers []string, heatBeatInterval time.Duration) registry.Registry