mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-20 01:39:55 -04:00
6 lines
50 B
Go
6 lines
50 B
Go
package config
|
|
|
|
type User interface {
|
|
ID() *ID
|
|
}
|