Versions in this module Expand all Collapse all v1 v1.1.0 Mar 31, 2017 v1.0.0 Mar 8, 2017 Changes in this version + type Cache struct + func New(discovery api.ServiceDiscovery, pollInterval time.Duration) (*Cache, error) + func (c *Cache) ListInstances() ([]*api.ServiceInstance, error) + func (c *Cache) ListServiceInstances(serviceName string) ([]*api.ServiceInstance, error) + func (c *Cache) ListServices() ([]string, error)