Browse Source

raw interface

v2ray 9 năm trước cách đây
mục cha
commit
b59f7488fd
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  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 {
+}