Versions in this module Expand all Collapse all v0 v0.1.0 Jun 7, 2016 Changes in this version + type Factory func(instance string) (endpoint.Endpoint, io.Closer, error) + type FixedSubscriber []endpoint.Endpoint + func (s FixedSubscriber) Endpoints() ([]endpoint.Endpoint, error) + type Registrar interface + Deregister func() + Register func() + type Subscriber interface + Endpoints func() ([]endpoint.Endpoint, error)