This commit is contained in:
2026-07-17 16:09:24 +04:00
parent 416a6c4263
commit bd2d22f456
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)))