mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
8 lines
134 B
Go
8 lines
134 B
Go
|
|
package model
|
||
|
|
|
||
|
|
type ClientConfig struct {
|
||
|
|
Key string `bson:"key"`
|
||
|
|
UserID string `bson:"user_id"`
|
||
|
|
Value string `bson:"value"`
|
||
|
|
}
|