v2ray 9 лет назад
Родитель
Сommit
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 {
+}