v2ray il y a 9 ans
Parent
commit
73e84b1e06
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      common/protocol/account.go

+ 4 - 0
common/protocol/account.go

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