feat:完善配置中心客户端逻辑 #3
Annotations
16 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Install rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run cargo test:
src/config/default.rs#L39
unused import: `self`
|
Run cargo test:
src/core/config/consumer.rs#L20
unused import: `super::global::PluginConfig`
|
Run cargo test:
src/core/context.rs#L19
unused imports: `CONFIG_SERVER_CONNECTOR` and `DISCOVER_SERVER_CONNECTOR`
|
Run cargo test:
src/core/model/cache.rs#L20
unused import: `self`
|
Run cargo test:
src/core/plugin/cache.rs#L22
unused import: `ServiceInstances`
|
Run cargo test:
src/discovery/req.rs#L21
unused import: `ServiceInfo`
|
Run cargo test:
src/plugins/cache/memory/memory.rs#L20
unused import: `crate::core::config::global::LocalCacheConfig`
|
Run cargo test:
src/plugins/cache/memory/memory.rs#L29
unused import: `ServiceInstances`
|
Run cargo test:
src/plugins/cache/memory/memory.rs#L34
unused import: `Extensions`
|
Run cargo test:
src/plugins/connector/grpc/connector.rs#L36
unused import: `self`
|
Loading