mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-06 09:15:37 -05:00
raw interface
This commit is contained in:
13
common/protocol/raw/request.go
Normal file
13
common/protocol/raw/request.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package raw
|
||||
|
||||
type RequestEncoder struct {
|
||||
}
|
||||
|
||||
type RequestDecoder struct {
|
||||
}
|
||||
|
||||
type ResponseEncoder struct {
|
||||
}
|
||||
|
||||
type ResponseDecoder struct {
|
||||
}
|
||||
Reference in New Issue
Block a user