Expand description
Intended to be rust counterpart of Spring Cloud Discovery client.
§Implementations
- Kubernetes - https://github.com/eipi1/cloud-discovery-kubernetes
Structs§
- Discovery
Client - Bridge between DiscoveryService and their clients.
- Port
- Service
Instance - Represents an instance
Traits§
- Discovery
Service - All discovery service provider must implement the trait. Note that, it’s based on async_trait