Przeglądaj źródła

remove unused code

Darien Raymond 8 lat temu
rodzic
commit
844c79f47e
2 zmienionych plików z 0 dodań i 16 usunięć
  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
-}