v2ray 9 years ago
parent
commit
73e84b1e06
1 changed files with 4 additions and 0 deletions
  1. 4 0
      common/protocol/account.go

+ 4 - 0
common/protocol/account.go

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