1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-11 15:09:07 -04:00

protocol and api

This commit is contained in:
v2ray
2016-02-25 21:50:38 +01:00
parent 76ca9de25f
commit 7b79a768ef
7 changed files with 145 additions and 13 deletions

10
common/web/service.go Normal file
View File

@@ -0,0 +1,10 @@
package web
import (
"github.com/v2ray/v2ray-core/common/protocol"
)
type Authenciation struct {
Required bool
User *protocol.User
}