Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolverCacheFunc ¶ added in v0.2.1
ResolverCacheFunc is used for resolving names to services
type ServiceResolverCache ¶ added in v0.2.1
type ServiceResolverCache struct {
// contains filtered or unexported fields
}
ServiceResolverCache is a cache used for resolving names to services
func NewServiceResolverCache ¶ added in v0.2.1
func NewServiceResolverCache(fill ResolverCacheFunc) *ServiceResolverCache
NewServiceResolverCache returns a new ServiceResolverCache
func (*ServiceResolverCache) Defer ¶ added in v0.2.1
func (c *ServiceResolverCache) Defer(env string) (func() (string, bool), error)
Defer takes a string (with optional variables) and an expansion function and returns a function that can be called to get the value. This method will optimize the expansion away in the event that no expansion is necessary.
Click to show internal directories.
Click to hide internal directories.