Crate rust_cloud_discovery[][src]

Intended to be rust counterpart of Spring Cloud Discovery client.

Implementations

  • Kubernetes - https://github.com/eipi1/cloud-discovery-kubernetes

Structs

DiscoveryClient

Bridge between DiscoveryService and their clients.

ServiceInstance

Represents an instance

Traits

DiscoveryService

All discovery service provider must implement the trait. Note that, it’s based on async_trait