Darien Raymond преди 8 години
родител
ревизия
844c79f47e
променени са 2 файла, в които са добавени 0 реда и са изтрити 16 реда
  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
-}