1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 16:26:02 -04:00
v2fly/common/protocol/raw/request.go
2016-02-21 21:55:50 +01:00

14 lines
142 B
Go

package raw
type RequestEncoder struct {
}
type RequestDecoder struct {
}
type ResponseEncoder struct {
}
type ResponseDecoder struct {
}