sing-box/adapter/inbound.go
2022-07-01 16:58:18 +08:00

8 lines
82 B
Go

package adapter
type Inbound interface {
Service
Type() string
Tag() string
}