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 {
}