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