refactoring: rename func writer
All checks were successful
build / build (push) Successful in 3m31s

This commit is contained in:
d3m0k1d
2026-01-22 21:08:55 +03:00
parent fb624a9147
commit fb32886d4a
3 changed files with 7 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ var DaemonCmd = &cobra.Command{
j.LoadRules(r)
go j.UnbanChecker()
go j.Tribunal()
go storage.Write(reqDb_w, resultCh)
go storage.WriteReq(reqDb_w, resultCh)
var scanners []*parser.Scanner
for _, svc := range cfg.Service {