Skip to content

Commit

Permalink
update / generate mocks with golang-mockery v2.35.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Dec 17, 2023
1 parent 31ed61d commit c83158f
Show file tree
Hide file tree
Showing 41 changed files with 4,939 additions and 7 deletions.
4 changes: 3 additions & 1 deletion pkg/app/appevent/utils.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Package appevent pkg/app/appevent/utils.go
package appevent

import "context"
import (
"context"
)

// SendTCPDial sends tcp dial event
func (eb *Broadcaster) SendTCPDial(ctx context.Context, remoteNet, remoteAddr string) { //nolint:all
Expand Down
Loading

0 comments on commit c83158f

Please sign in to comment.