mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-21 17:39:28 +00:00
some refactoring + better recorder
This commit is contained in:
@@ -6,6 +6,7 @@ type SessionType int
|
||||
const (
|
||||
SessionStatusInit SessionStatus = iota
|
||||
SessionStatusActive
|
||||
SessionStatusError
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -21,4 +22,5 @@ type VncSession struct {
|
||||
ID string
|
||||
Status SessionStatus
|
||||
Type SessionType
|
||||
ReplayFilePath string
|
||||
}
|
||||
|
Reference in New Issue
Block a user