mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-06 21:37:38 +03:00
Refactor
This commit is contained in:
parent
98aaae2adc
commit
2e74275ceb
30 changed files with 938 additions and 61 deletions
12
core/core.go
Normal file
12
core/core.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package core
|
||||
|
||||
import (
|
||||
"sing/common/session"
|
||||
"sing/transport"
|
||||
)
|
||||
|
||||
type Instance interface {
|
||||
session.Handler
|
||||
transport.InboundManager
|
||||
transport.OutboundManager
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue