fix code mistake
This commit is contained in:
parent
5ccc047fe4
commit
658f1f5cda
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ type Sniffer interface {
|
||||||
|
|
||||||
const (
|
const (
|
||||||
TLS SnifferType = iota
|
TLS SnifferType = iota
|
||||||
|
HTTP SnifferType
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue