Skip to content

Commit

Permalink
add comments about autogen'd files
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Oct 19, 2023
1 parent 2b48f67 commit cbff8b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/src/connector/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
//! This file was modified in order to get rid of the "swagger" crate, which brings
//! a lot of unnecessary dependencies (for example, openssl, which can cause problems
//! when creating docker images, even if we use only the http client). In addition,
//! some refactoring was done to reduce the code size (from 2k-ish LOC to 500).
//! some refactoring was done in order to:
//! 1. Reduce the code size (from 2k-ish LOC to 500).
//! 2. Provide new functionality, e.g. adding authorization (and other) headers for
//! new requests
//! 3. Unify error handling with `error_stack`
//!
#![allow(
Expand Down

0 comments on commit cbff8b4

Please sign in to comment.