1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-30 07:46:41 -04:00

remove unused code

This commit is contained in:
Darien Raymond 2017-04-16 22:15:57 +02:00
parent 48de0180bf
commit 844c79f47e
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 0 additions and 16 deletions

View File

@ -1,6 +0,0 @@
package hooks
type Input struct {
Action string
Value string
}

View File

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