fix lint err.
This commit is contained in:
parent
7524f20cb7
commit
4a5654f2ef
1 changed files with 3 additions and 1 deletions
|
|
@ -19,8 +19,10 @@ type ApiManagerCtx struct {
|
||||||
capture types.CaptureManager
|
capture types.CaptureManager
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type key int
|
||||||
|
|
||||||
const (
|
const (
|
||||||
keySessionCtx int = iota
|
keySessionCtx key = iota
|
||||||
)
|
)
|
||||||
|
|
||||||
func New(
|
func New(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue