mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 18:29:08 +00:00
Align struct
This commit is contained in:
parent
697df812c6
commit
5517a67c9e
1 changed files with 1 additions and 1 deletions
2
neoq.go
2
neoq.go
|
|
@ -100,9 +100,9 @@ type HandlerFunc func(ctx context.Context) error
|
|||
|
||||
// Handler handles jobs on a queue
|
||||
type Handler struct {
|
||||
deadline time.Duration
|
||||
handle HandlerFunc
|
||||
concurrency int
|
||||
deadline time.Duration
|
||||
}
|
||||
|
||||
// HandlerOption is function that sets optional configuration for Handlers
|
||||
|
|
|
|||
Loading…
Reference in a new issue