feat(volo-http): add client ip #1483
Annotations
2 errors and 3 warnings
missing documentation for a struct:
volo-http/src/server/utils/client_ip.rs#L195
error: missing documentation for a struct
--> volo-http/src/server/utils/client_ip.rs:195:1
|
195 | pub struct ClientIPService<S> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a module:
volo-http/src/server/utils/mod.rs#L8
error: missing documentation for a module
--> volo-http/src/server/utils/mod.rs:8:1
|
8 | pub mod client_ip;
| ^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> volo-http/src/lib.rs:6:9
|
6 | #![deny(missing_docs)]
| ^^^^^^^^^^^^
|
security-audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
security-audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
security-audit
2 warnings found!
|