mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
comment out yet unused props.
This commit is contained in:
parent
f9b2460c3b
commit
104d98d129
@ -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 New Issue
Block a user