comment out yet unused props.
This commit is contained in:
parent
f9b2460c3b
commit
104d98d129
1 changed files with 5 additions and 5 deletions
|
|
@ -9,13 +9,13 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type MemberProfile struct {
|
type MemberProfile struct {
|
||||||
token string
|
//token string
|
||||||
name string
|
name string
|
||||||
is_admin bool
|
is_admin bool
|
||||||
enabled bool
|
//enabled bool
|
||||||
can_control bool
|
//can_control bool
|
||||||
can_watch bool
|
//can_watch bool
|
||||||
clipboard_access bool
|
//clipboard_access bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type SessionCtx struct {
|
type SessionCtx struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue