etcdgun (etcdgun v0.1.0)
View SourceSummary
Types
-type client() :: atom().
-type endpoint() :: {Host :: string(), Port :: inet:port_number()}.
-type opts() :: #{cred => {Username :: string(), Password :: string()}, transport => tcp | tls, stream_interceptors => [egrpc_stub:stream_interceptor()], unary_interceptors => [egrpc_stub:unary_interceptor()]}.