mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
session save & load from a file. (#38)
This commit is contained in:
@ -17,6 +17,12 @@ type Cursor struct {
|
||||
Y int `json:"y"`
|
||||
}
|
||||
|
||||
type SessionProfile struct {
|
||||
Id string
|
||||
Token string
|
||||
Profile MemberProfile
|
||||
}
|
||||
|
||||
type SessionState struct {
|
||||
IsConnected bool `json:"is_connected"`
|
||||
IsWatching bool `json:"is_watching"`
|
||||
|
Reference in New Issue
Block a user