diff --git a/common/web/hooks/input.go b/common/web/hooks/input.go deleted file mode 100644 index 75925f9b4..000000000 --- a/common/web/hooks/input.go +++ /dev/null @@ -1,6 +0,0 @@ -package hooks - -type Input struct { - Action string - Value string -} diff --git a/common/web/service.go b/common/web/service.go deleted file mode 100644 index 48a2b570c..000000000 --- a/common/web/service.go +++ /dev/null @@ -1,10 +0,0 @@ -package web - -import ( - "v2ray.com/core/common/protocol" -) - -type Authenciation struct { - Required bool - User *protocol.User -}