mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
SetProfile changed as Update.
This commit is contained in:
@ -25,7 +25,6 @@ type Session interface {
|
||||
CanWatch() bool
|
||||
CanHost() bool
|
||||
CanAccessClipboard() bool
|
||||
SetProfile(profile MemberProfile)
|
||||
|
||||
IsHost() bool
|
||||
IsConnected() bool
|
||||
@ -43,6 +42,7 @@ type Session interface {
|
||||
|
||||
type SessionManager interface {
|
||||
Create(id string, profile MemberProfile) Session
|
||||
Update(id string, profile MemberProfile) error
|
||||
Get(id string) (Session, bool)
|
||||
Delete(id string) error
|
||||
|
||||
|
Reference in New Issue
Block a user