1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-20 01:39:55 -04:00
Files
v2fly/proxy/vmess/config/user.go
2015-10-16 10:03:22 +00:00

6 lines
50 B
Go

package config
type User interface {
ID() *ID
}