Crate pingap_discovery

Source

Structs§

Discovery

Enums§

Error

Constants§

DNS_DISCOVERY
DOCKER_DISCOVERY
STATIC_DISCOVERY
TRANSPARENT_DISCOVERY

Statics§

LOG_CATEGORY

Functions§

is_dns_discovery
Checks if the discovery type is DNS
is_docker_discovery
Checks if the discovery type is Docker
is_static_discovery
Checks if the discovery type is static
new_dns_discover_backends
Creates a new DNS-based service discovery backend
new_docker_discover_backends
Creates a new Docker service discovery backend
new_static_discovery
Create a static discovery, execute it only once. It will resolve the domain to socket address at the beginning stage.

Type Aliases§

Result