linsk clean: Prune net taps

This commit is contained in:
AlexSSD7 2023-08-31 19:46:13 +01:00
commit ff9dcdffa2
3 changed files with 32 additions and 3 deletions

View file

@ -19,6 +19,10 @@ import (
"github.com/pkg/errors"
)
func Available() bool {
return true
}
type TapManager struct {
logger *slog.Logger