You've already forked v2ray-core
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
|
|
}
|