mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-08 04:04:55 +03:00
Add selector outbound
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
package adapter
|
||||
|
||||
type Service interface {
|
||||
import "io"
|
||||
|
||||
type Starter interface {
|
||||
Start() error
|
||||
Close() error
|
||||
}
|
||||
|
||||
type Service interface {
|
||||
Starter
|
||||
io.Closer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user