1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 10:45:22 +00:00

raw interface

This commit is contained in:
v2ray 2016-02-21 21:55:50 +01:00
parent f55d22e8cf
commit b59f7488fd

View File

@ -0,0 +1,13 @@
package raw
type RequestEncoder struct {
}
type RequestDecoder struct {
}
type ResponseEncoder struct {
}
type ResponseDecoder struct {
}