mirror of
https://github.com/yv1ing/rdp_channel.git
synced 2025-09-16 14:59:08 +08:00
完成TPKT、X224、FastPath协议基本封装和测试
This commit is contained in:
5
app/app.go
Normal file
5
app/app.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package app
|
||||
|
||||
type App interface {
|
||||
Start() error
|
||||
}
|
||||
Reference in New Issue
Block a user