mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-23 02:52:24 +03:00
Init commit
This commit is contained in:
7
adapter/inbound.go
Normal file
7
adapter/inbound.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package adapter
|
||||
|
||||
type Inbound interface {
|
||||
Service
|
||||
Type() string
|
||||
Tag() string
|
||||
}
|
||||
Reference in New Issue
Block a user