endpoint

package
v0.10.9 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

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.10.8

func NamesFromEndpoints(endpoints []Endpoint) []string

NamesFromEndpoints is convenience function to build a list of names from endpoints.

Types

type Endpoint

type Endpoint struct {
	Name   string
	Labels map[string]string
	Port   int
}

Endpoint represents a targets and associated parameters.

func EndpointsFromNames

func EndpointsFromNames(names []string) []Endpoint

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.

Jump to

Keyboard shortcuts

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