mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 21:12:05 -07:00
fix: removed field from json
This commit is contained in:
parent
75b423ab2d
commit
c244582e53
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ type Queue struct {
|
|||
handle *pcap.Handle
|
||||
source *gopacket.PacketSource
|
||||
lock *sync.Mutex
|
||||
active bool
|
||||
active bool `json:"-"`
|
||||
|
||||
Activities chan Activity `json:"-"`
|
||||
Sent uint64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue