Add darwin monitor

This commit is contained in:
世界 2022-08-04 18:23:58 +08:00
parent a8fd6450d4
commit 2a1554dfd3
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
14 changed files with 205 additions and 11 deletions

7
tun_stub.go Normal file
View file

@ -0,0 +1,7 @@
//go:build no_gvisor
package tun
type Tun interface {
Close() error
}