linsk clean: Prune net taps
This commit is contained in:
parent
ba426c0c9e
commit
ff9dcdffa2
3 changed files with 32 additions and 3 deletions
|
|
@ -19,6 +19,10 @@ import (
|
|||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
func Available() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
type TapManager struct {
|
||||
logger *slog.Logger
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue