package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev

# README

Data Plane API Service Discovery

AWS

Check the AWS Service Discovery README.

CONSUL

Check the CONSUL Service Discovery README.

# Functions

NewAWSDiscoveryService creates a new ServiceDiscovery that connects to AWS.
NewConsulDiscoveryService creates a new ServiceDiscovery that connects to consul.
No description provided by the author
NewServiceDiscoveries creates a new ServiceDiscoveries instance.
NewServiceDiscoveryInstance creates a new ServiceDiscoveryInstance.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ServiceDiscoveriesParams contain the parameters for the service discovery initialization.
ServiceDiscoveryInstance manages and updates all services of a single service discovery.

# Interfaces

ServiceDiscoveries manages all registered service discovery services.
ServiceDiscovery represents the required methods for a service discovery.
ServiceDiscoveryParams configuration for a specific service discovery.
ServiceInstance specifies the needed information required from the service to provide for the ServiceDiscoveryInstance.
No description provided by the author