mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-24 16:14:48 +01:00
feat: Default for Config
This commit is contained in:
parent
d7c9acd928
commit
9269dc6460
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||||
|
|
Loading…
Reference in a new issue