1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-26 11:44:22 -04:00

6 lines
50 B
Go
Raw Normal View History

2015-10-16 10:03:22 +00:00
package config
type User interface {
ID() *ID
}