Service Discovery Base Classes

class blacksmith.sd._async.base.AsyncAbstractServiceDiscovery

Define the Service Discovery interface.

abstract async get_endpoint(service: str, version: str | None) str

Get the endpoint of a service.