mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-02-20 00:01:16 +00:00
6 lines
74 B
Go
6 lines
74 B
Go
package adapter
|
|
|
|
type Service interface {
|
|
Start() error
|
|
Close() error
|
|
}
|