updated code.

1. Resolved merge conflicts.
2. Resolved go linting issues.
This commit is contained in:
MohitKatare-protean
2025-03-28 22:45:58 +05:30
parent 87bc86e1d6
commit 7055c1c0d8
24 changed files with 117 additions and 376 deletions

View File

@@ -366,7 +366,7 @@ func TestNewServerSuccess(t *testing.T) {
Modules: tt.modules,
HTTP: timeouts{
Port: "8080",
Timeout: timeoutConfig{
Timeouts: timeoutConfig{
Read: 5,
Write: 5,
Idle: 10,
@@ -411,7 +411,7 @@ func TestNewServerFailure(t *testing.T) {
Modules: tt.modules,
HTTP: timeouts{
Port: "8080",
Timeout: timeoutConfig{
Timeouts: timeoutConfig{
Read: 5,
Write: 5,
Idle: 10,