Versions in this module Expand all Collapse all v0 v0.3.0 Dec 7, 2018 v0.2.0 Nov 21, 2018 Changes in this version + var ErrEntryExists = errors.New("registry entry exists already") + type Entry struct + Addr string + IsDefault bool + Owner string + Path string + Port int64 + type Registry struct + func Open() (*Registry, error) + func (reg *Registry) Add(entry *Entry) (string, error) + func (reg *Registry) Entry(uuid string) (*Entry, error) + func (reg *Registry) List() ([]*Entry, error) + func (reg *Registry) Update(uuid string, entry *Entry) error