remove unused code

pull/432/merge
Darien Raymond 8 years ago
parent 48de0180bf
commit 844c79f47e
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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

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