mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-09 03:37:37 -05:00
11 lines
129 B
Go
11 lines
129 B
Go
package web
|
|
|
|
import (
|
|
"v2ray.com/core/common/protocol"
|
|
)
|
|
|
|
type Authenciation struct {
|
|
Required bool
|
|
User *protocol.User
|
|
}
|