mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-05 08:56:49 -05:00
6 lines
66 B
Go
6 lines
66 B
Go
package config
|
|
|
|
type Inbound interface {
|
|
AllowedUsers() []User
|
|
}
|