Explorar el Código

raw interface

v2ray hace 9 años
padre
commit
b59f7488fd
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  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 {
+}