v2ray vor 9 Jahren
Ursprung
Commit
73e84b1e06
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      common/protocol/account.go

+ 4 - 0
common/protocol/account.go

@@ -0,0 +1,4 @@
+package protocol
+
+type Account interface {
+}