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:
10
common/web/service.go
Normal file
10
common/web/service.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package web
|
||||
|
||||
import (
|
||||
"github.com/v2ray/v2ray-core/common/protocol"
|
||||
)
|
||||
|
||||
type Authenciation struct {
|
||||
Required bool
|
||||
User *protocol.User
|
||||
}
|
||||
Reference in New Issue
Block a user