Bump gopkg.in/DataDog/dd-trace-go.v1 to v1.74.6
This commit is contained in:
parent
4ff8eca572
commit
8441c476f1
6 changed files with 421 additions and 395 deletions
|
|
@ -28,7 +28,7 @@ type resourceEventHandler struct {
|
|||
ev chan<- interface{}
|
||||
}
|
||||
|
||||
func (reh *resourceEventHandler) OnAdd(obj interface{}) {
|
||||
func (reh *resourceEventHandler) OnAdd(obj interface{}, _ bool) {
|
||||
eventHandlerFunc(reh.ev, obj)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue