fix: removed field from json

This commit is contained in:
evilsocket 2018-01-13 19:33:14 +01:00
parent 75b423ab2d
commit c244582e53

View file

@ -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