Documentation
¶
Overview ¶
Package endpoint provides the type Endpoint, to be used with the targets.Targets interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NamesFromEndpoints ¶ added in v0.11.4
NamesFromEndpoints is convenience function to build a list of names from endpoints.
Types ¶
type Endpoint ¶
type Endpoint struct { Name string Labels map[string]string LastUpdated time.Time Port int IP net.IP }
Endpoint represents a targets and associated parameters.
func EndpointsFromNames ¶
EndpointsFromNames is convenience function to build a list of endpoints from only names. It leaves the Port field in Endpoint unset and initializes Labels field to an empty map.