service

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2016 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResolverCacheFunc

type ResolverCacheFunc func(name string) (*api.Service, error)

ResolverCacheFunc is used for resolving names to services

type ServiceResolverCache

type ServiceResolverCache struct {
	// contains filtered or unexported fields
}

ServiceResolverCache is a cache used for resolving names to services

func NewServiceResolverCache

func NewServiceResolverCache(fill ResolverCacheFunc) *ServiceResolverCache

NewServiceResolverCache returns a new ServiceResolverCache

func (*ServiceResolverCache) Defer

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.

type ServiceRetriever

type ServiceRetriever interface {
	Get(name string) (*api.Service, error)
}

ServiceRetriever is an interface for retrieving services

Directories

Path Synopsis
controller

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL