Add darwin monitor
This commit is contained in:
parent
a8fd6450d4
commit
2a1554dfd3
14 changed files with 205 additions and 11 deletions
7
tun_stub.go
Normal file
7
tun_stub.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//go:build no_gvisor
|
||||
|
||||
package tun
|
||||
|
||||
type Tun interface {
|
||||
Close() error
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue