v2ray 9 年之前
父節點
當前提交
73e84b1e06
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      common/protocol/account.go

+ 4 - 0
common/protocol/account.go

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