소스 검색

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 {
+}