CrdbApiBaseUriFn typedef

CrdbApiBaseUriFn = FutureOr<String> Function(PgEndpoint endpoint)

A function that returns the base HTTP URI of a Postgres endpoint for node discovery and other cluster status data.

Implementation

typedef CrdbApiBaseUriFn = FutureOr<String> Function(PgEndpoint endpoint);