Split set route to Start()
This commit is contained in:
parent
9bcc1ec384
commit
24206c3edd
5 changed files with 114 additions and 47 deletions
1
tun.go
1
tun.go
|
|
@ -24,6 +24,7 @@ type Handler interface {
|
|||
type Tun interface {
|
||||
io.ReadWriter
|
||||
N.VectorisedWriter
|
||||
Start() error
|
||||
Close() error
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue