v2ray-core/proxy/vmess/config/inbound.go

6 lines
66 B
Go
Raw Normal View History

2015-10-16 10:03:22 +00:00
package config
type Inbound interface {
AllowedUsers() []User
}