Add wireguard outbound and test
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
package adapter
|
||||
|
||||
import "io"
|
||||
|
||||
type Starter interface {
|
||||
Start() error
|
||||
}
|
||||
|
||||
type Service interface {
|
||||
Starter
|
||||
io.Closer
|
||||
Start() error
|
||||
Close() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user