Skip to content

Commit

Permalink
Update pkg/pipeline/extract/conntrack/copier.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ronen Schaffer <[email protected]>
  • Loading branch information
jpinsonneau and ronensc authored Mar 30, 2023
1 parent 015cea3 commit 271c434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/extract/conntrack/copier.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

type copier interface {
// addField adds an copy field to the connection
// addField adds a copy field to the connection
addField(conn connection)
// update updates the field value in the connection based on the flow log.
update(conn connection, flowLog config.GenericMap, isNew bool)
Expand Down

0 comments on commit 271c434

Please sign in to comment.