RPRX
2025-02-18 11:55:07 +00:00
committed by GitHub
parent 4b01eb4398
commit 52381a3c03
5 changed files with 12 additions and 12 deletions

View File

@@ -66,10 +66,10 @@ func NewHealthPing(ctx context.Context, dispatcher routing.Dispatcher, config *H
settings.Timeout = time.Duration(5) * time.Second
}
return &HealthPing{
ctx: ctx,
ctx: ctx,
dispatcher: dispatcher,
Settings: settings,
Results: nil,
Settings: settings,
Results: nil,
}
}