1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-24 14:14:35 -04:00
v2fly/proxy/vmess/inbound/config.go

10 lines
127 B
Go
Raw Normal View History

2015-12-07 14:32:38 -05:00
package inbound
import (
"github.com/v2ray/v2ray-core/proxy/vmess"
)
type Config interface {
AllowedUsers() []vmess.User
}