Snapshot mutable tree display state
This commit is contained in:
committed by
Brandon McGinty
parent
461f172035
commit
b407a20132
+6
-2
@@ -14,8 +14,12 @@ import (
|
||||
)
|
||||
|
||||
type TreeItem struct {
|
||||
User *gumble.User
|
||||
Channel *gumble.Channel
|
||||
User *gumble.User
|
||||
Channel *gumble.Channel
|
||||
display string
|
||||
userSession uint32
|
||||
channelID uint32
|
||||
snapshot bool
|
||||
}
|
||||
|
||||
type Barnard struct {
|
||||
|
||||
Reference in New Issue
Block a user