Explorar o código

remove unused code

Darien Raymond %!s(int64=8) %!d(string=hai) anos
pai
achega
844c79f47e
Modificáronse 2 ficheiros con 0 adicións e 16 borrados
  1. 0 6
      common/web/hooks/input.go
  2. 0 10
      common/web/service.go

+ 0 - 6
common/web/hooks/input.go

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

+ 0 - 10
common/web/service.go

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