srv

package
v3.4.4 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package srv looks up DNS SRV records.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCluster

func GetCluster(serviceScheme, service, name, dns string, apurls types.URLs) ([]string, error)

GetCluster gets the cluster information via DNS discovery. Also sees each entry as a separate instance.

func GetSRVService

func GetSRVService(service, serviceName string, scheme string) (SRVService string)

GetSRVService generates a SRV service including an optional suffix.

Types

type SRVClients

type SRVClients struct {
	Endpoints []string
	SRVs      []*net.SRV
}

func GetClient

func GetClient(service, domain string, serviceName string) (*SRVClients, error)

GetClient looks up the client endpoints for a service and domain.

Jump to

Keyboard shortcuts

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