# Structs
Pool holds a cache of grpc_health_v1 clients.
PoolConfig is config for creating a Pool.
# Interfaces
PoolClient is the interface that should be implemented by a client managed by the pool.
# Type aliases
PoolFactory defines the signature for a client factory.
PoolServiceDiscovery defines the signature of a function returning the list of known service endpoints.