Versions in this module Expand all Collapse all v0 v0.3.1 Apr 9, 2026 Changes in this version + const DefaultCacheTTL + const DefaultNamespace + func NewConnectionManager(client *clientv3.Client, conf *Conf, ...) (*microInvocation.ConnectionManager, error) + type Conf struct + CacheTTL time.Duration + ClusterDomain string + DefaultPort uint16 + Namespace string + PreferServiceDNS bool + ResolverScheme string + func (c *Conf) Bootstrap() + type Locator struct + func NewLocator(client *clientv3.Client, conf *Conf) (*Locator, error) + func (l *Locator) Resolve(ctx context.Context, ref microInvocation.ServiceRef) (microInvocation.Target, error)