forked from External/ergo
refactor ClientManager
This commit is contained in:
parent
2cbbec567c
commit
52b0fb71e7
13 changed files with 146 additions and 206 deletions
|
|
@ -35,7 +35,7 @@ type Channel struct {
|
|||
createdTime time.Time
|
||||
registeredFounder string
|
||||
registeredTime time.Time
|
||||
stateMutex sync.RWMutex
|
||||
stateMutex sync.RWMutex // tier 1
|
||||
topic string
|
||||
topicSetBy string
|
||||
topicSetTime time.Time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue