Versions in this module Expand all Collapse all v0 v0.0.5 Apr 14, 2026 Changes in this version + type Config struct + CacheTTL time.Duration + Namespace string + PreferServiceDNS bool + TargetOptions microInvocation.TargetOptions + func (c *Config) Bootstrap() v0.0.4 Apr 9, 2026 Changes in this version + const DefaultCacheTTL + const DefaultNamespace + func NewConnectionManager(client *api.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 *api.Client, conf *Conf) (*Locator, error) + func (l *Locator) Resolve(ctx context.Context, ref microInvocation.ServiceRef) (microInvocation.Target, error)