feat: Default for Config

This commit is contained in:
əlemi 2024-10-16 22:14:34 +02:00
parent d7c9acd928
commit 9269dc6460
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -8,7 +8,7 @@
/// `host`, `port` and `tls` affect all connections to all gRPC services; the /// `host`, `port` and `tls` affect all connections to all gRPC services; the
/// resulting endpoint is composed like this: /// resulting endpoint is composed like this:
/// http{tls?'s':''}://{host}:{port} /// http{tls?'s':''}://{host}:{port}
#[derive(Clone, Debug)] #[derive(Clone, Debug, Default)]
#[cfg_attr(feature = "js", napi_derive::napi(object))] #[cfg_attr(feature = "js", napi_derive::napi(object))]
#[cfg_attr( #[cfg_attr(
any(feature = "py", feature = "py-noabi"), any(feature = "py", feature = "py-noabi"),