1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00
v2fly/common/web/service.go

11 lines
129 B
Go
Raw Normal View History

2016-02-25 21:50:38 +01:00
package web
import (
2016-08-20 20:55:45 +02:00
"v2ray.com/core/common/protocol"
2016-02-25 21:50:38 +01:00
)
type Authenciation struct {
Required bool
User *protocol.User
}