Skip to content

feat: cache data

feat: cache data #17

Triggered via pull request August 14, 2024 06:22
@wyq777xwyq777x
synchronize #16
feat/net/cache
Status Success
Total duration 3m 56s
Artifacts

clang-tidy-review.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
review: src/Infrastructure/Network/NetworkClient.h#L87
no type named 'stirng' in namespace 'std'; did you mean 'string'? [clang-diagnostic-error]
review: src/Infrastructure/Network/NetworkClient.h#L104
object of type 'mapped_type' (aka 'Result<nlohmann::basic_json<>, evento::Error>') cannot be assigned because its copy assignment operator is implicitly deleted [clang-diagnostic-error]
review: src/Infrastructure/Network/NetworkClient.cc#L133
method 'generateCacheKey' can be made static [readability-convert-member-functions-to-static]