renamed http-client to http and fixed tests
This commit is contained in:
parent
e87acb5e18
commit
3d9afd711e
26 changed files with 472 additions and 496 deletions
|
|
@ -7,9 +7,8 @@ $libs = @(
|
|||
"types", # Base types - no dependencies
|
||||
"logger", # Logging utilities - depends on types
|
||||
"config", # Configuration - depends on types
|
||||
"utils", # Utilities - depends on types and config
|
||||
"cache", # Cache - depends on types and logger
|
||||
"http-client", # HTTP client - depends on types, config, logger
|
||||
"utils", # Utilities - depends on types and config "cache", # Cache - depends on types and logger
|
||||
"http", # HTTP client - depends on types, config, logger
|
||||
"postgres-client", # PostgreSQL client - depends on types, config, logger
|
||||
"mongodb-client", # MongoDB client - depends on types, config, logger
|
||||
"questdb-client" # QuestDB client - depends on types, config, logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue