mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-15 20:39:38 +03:00
Init commit
This commit is contained in:
6
adapter/service.go
Normal file
6
adapter/service.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package adapter
|
||||
|
||||
type Service interface {
|
||||
Start() error
|
||||
Close() error
|
||||
}
|
||||
Reference in New Issue
Block a user