This commit is contained in:
2026-07-17 16:22:51 +04:00
parent 77cbe6952b
commit 1bf30e8778
6 changed files with 311 additions and 82 deletions

View File

@@ -34,7 +34,7 @@ type DecortClient struct {
mutex *sync.Mutex
}
// Сlient builder
// Client builder
func New(cfg config.Config) *DecortClient {
if err := validators.ValidateConfig(cfg); err != nil {
panic(validators.ValidationErrors(validators.GetErrors(err)))