瀏覽代碼

raw interface

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

+ 13 - 0
common/protocol/raw/request.go

@@ -0,0 +1,13 @@
+package raw
+
+type RequestEncoder struct {
+}
+
+type RequestDecoder struct {
+}
+
+type ResponseEncoder struct {
+}
+
+type ResponseDecoder struct {
+}