mirror of https://github.com/v2ray/v2ray-core
raw interface
parent
f55d22e8cf
commit
b59f7488fd
|
@ -0,0 +1,13 @@
|
||||||
|
package raw
|
||||||
|
|
||||||
|
type RequestEncoder struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
type RequestDecoder struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
type ResponseEncoder struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
type ResponseDecoder struct {
|
||||||
|
}
|
Loading…
Reference in New Issue