1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-21 20:54:18 -04:00
v2fly/common/web/service.go

11 lines
142 B
Go
Raw Normal View History

2016-02-25 15:50:38 -05:00
package web
import (
"github.com/v2ray/v2ray-core/common/protocol"
)
type Authenciation struct {
Required bool
User *protocol.User
}