mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-29 23:16:37 +00:00
more cleanups
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package transport
|
||||
|
||||
type HttpLayer interface {
|
||||
type Transport interface {
|
||||
ReadPacket() (n int, p []byte, err error)
|
||||
WritePacket(b []byte) (n int, err error)
|
||||
Close() error
|
||||
|
||||
Reference in New Issue
Block a user