mirror of
https://github.com/bettercap/bettercap
synced 2025-07-07 05:22:04 -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
|
handle *pcap.Handle
|
||||||
source *gopacket.PacketSource
|
source *gopacket.PacketSource
|
||||||
lock *sync.Mutex
|
lock *sync.Mutex
|
||||||
active bool
|
active bool `json:"-"`
|
||||||
|
|
||||||
Activities chan Activity `json:"-"`
|
Activities chan Activity `json:"-"`
|
||||||
Sent uint64
|
Sent uint64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue