mirror of https://github.com/v2ray/v2ray-core
6 lines
66 B
Go
6 lines
66 B
Go
![]() |
package config
|
||
|
|
||
|
type Inbound interface {
|
||
|
AllowedUsers() []User
|
||
|
}
|