resolve conflict
This commit is contained in:
parent
7c5da60556
commit
1ba02ed8ad
@ -10,7 +10,6 @@ linters:
|
||||
- unused
|
||||
- gosimple
|
||||
- govet
|
||||
- goimports
|
||||
- prealloc
|
||||
- unconvert
|
||||
- nakedret
|
||||
|
3
event.go
3
event.go
@ -10,11 +10,10 @@ import (
|
||||
type event struct {
|
||||
msg *broker.Message
|
||||
err error
|
||||
ctx context.Context
|
||||
|
||||
topic string
|
||||
|
||||
ctx context.Context
|
||||
|
||||
sync.RWMutex
|
||||
ack bool
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user