mirror of
https://github.com/yv1ing/rdp_channel.git
synced 2025-09-16 14:59:08 +08:00
6 lines
51 B
Go
6 lines
51 B
Go
package app
|
|
|
|
type App interface {
|
|
Start() error
|
|
}
|