include/gdo@driver_NetworkEndpoint.hrl
-record(network_endpoint, {
host :: binary(),
port :: integer(),
database :: binary(),
authentication :: gdo@driver:authentication(),
tls :: gdo@driver:transport_security()
}).
-record(network_endpoint, {
host :: binary(),
port :: integer(),
database :: binary(),
authentication :: gdo@driver:authentication(),
tls :: gdo@driver:transport_security()
}).