raw interface

pull/93/head
v2ray 2016-02-21 21:55:50 +01:00
parent f55d22e8cf
commit b59f7488fd
1 changed files with 13 additions and 0 deletions

View File

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