raw interface

This commit is contained in:
v2ray
2016-02-21 21:55:50 +01:00
parent f55d22e8cf
commit b59f7488fd
+13
View File
@@ -0,0 +1,13 @@
package raw
type RequestEncoder struct {
}
type RequestDecoder struct {
}
type ResponseEncoder struct {
}
type ResponseDecoder struct {
}