cbrfWorker/internal/worker/hlogger.go
2023-06-22 11:26:42 +03:00

6 lines
55 B
Go

package worker
type ErrorWorker struct {
Err error
}