mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-04 14:10:54 -04:00
6 lines
50 B
Go
6 lines
50 B
Go
package config
|
|
|
|
type User interface {
|
|
ID() *ID
|
|
}
|