1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 18:45:23 +00:00
v2fly/common/web/service.go
2016-08-20 20:55:45 +02:00

11 lines
129 B
Go

package web
import (
"v2ray.com/core/common/protocol"
)
type Authenciation struct {
Required bool
User *protocol.User
}