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